We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf12cb5 commit 31e1609Copy full SHA for 31e1609
lipidorder/tests/test_order_parameters.py
@@ -14,7 +14,7 @@ def universe():
14
last_directory = (os.path.basename(path))
15
if last_directory == "lipidorderkit":
16
path = os.path.join(path,"lipidorder", "tests")
17
- elif lats_directory == "lipidorder":
+ elif last_directory == "lipidorder":
18
path = os.path.join(path, "tests")
19
20
return mda.Universe(os.path.join(path, gro), os.path.join(path,xtc))
0 commit comments