Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ALescoulie authored and orbeckst committed Sep 9, 2021
1 parent d4767ee commit b7839f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mdpow/analysis/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ class Ensemble(object):
Typical workflow for adding universes individually::
ens = Ensemble()
ens.add_system(topology='md.gro', trajectory='md.xtc')
u = mda.Universe(md.gro', 'md.xtc')
ens.add_system(u)
Topology paths can be specified when defining the _ensemble
by giving the paths to each solvent topology in a dictionary
Expand Down

0 comments on commit b7839f5

Please sign in to comment.