Skip to content

Commit 2a4c270

Browse files
committed
update to notebook to specify format of trajectory
1 parent bd95059 commit 2a4c270

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

01_introduction/03_molecular_dynamics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@
858858
"metadata": {},
859859
"outputs": [],
860860
"source": [
861-
"mdtraj = traj.getTrajectory()\n",
861+
"mdtraj = traj.getTrajectory(format=\"mdtraj\")\n",
862862
"type(mdtraj)"
863863
]
864864
},
@@ -928,7 +928,7 @@
928928
"name": "python",
929929
"nbconvert_exporter": "python",
930930
"pygments_lexer": "ipython3",
931-
"version": "3.10.11"
931+
"version": "3.11.6"
932932
}
933933
},
934934
"nbformat": 4,

01_introduction/03_molecular_dynamics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ Like most things in BioSimSpace, the `Trajectory` class is simply a wrapper arou
570570

571571

572572
```python
573-
mdtraj = traj.getTrajectory()
573+
mdtraj = traj.getTrajectory(format="mdtraj")
574574
type(mdtraj)
575575
```
576576

0 commit comments

Comments
 (0)