Skip to content

Commit 31e1609

Browse files
authored
fix typo in universe fixture
1 parent cf12cb5 commit 31e1609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lipidorder/tests/test_order_parameters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def universe():
1414
last_directory = (os.path.basename(path))
1515
if last_directory == "lipidorderkit":
1616
path = os.path.join(path,"lipidorder", "tests")
17-
elif lats_directory == "lipidorder":
17+
elif last_directory == "lipidorder":
1818
path = os.path.join(path, "tests")
1919

2020
return mda.Universe(os.path.join(path, gro), os.path.join(path,xtc))

0 commit comments

Comments
 (0)