Skip to content

Commit d4ba484

Browse files
committed
update path in tests
1 parent 5d7eda8 commit d4ba484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_utils():
1717
mult_types = 10
1818
n_max = 10
1919
dim = 3
20-
csv_file = os.path.join(datadir, '../../mini.csv')
20+
csv_file = os.path.join(datadir, '../../data/mini.csv')
2121

2222
G, L, X, A, W = GLXYZAW_from_file(csv_file, atom_types, mult_types, n_max, dim)
2323

0 commit comments

Comments
 (0)