Skip to content

Commit dad763c

Browse files
committed
fix CI bug
1 parent f9a50ba commit dad763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)