Skip to content

Commit

Permalink
PEP8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Apr 2, 2016
1 parent 3f15e42 commit 7bd6b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdsynthesis/tests/test_treants.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_set_universe_only_topology(self, treant):

assert treant.universe.filename == PSF
assert treant.udef.topology == PSF
assert treant.udef.trajectory == None
assert treant.udef.trajectory is None

def test_set_universe_chainreader(self, treant):
"""Test setting the Universe to multiple file trajectory (chain)"""
Expand Down

0 comments on commit 7bd6b76

Please sign in to comment.