We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7eda8 commit d4ba484Copy full SHA for d4ba484
1 file changed
tests/test_utils.py
@@ -17,7 +17,7 @@ def test_utils():
17
mult_types = 10
18
n_max = 10
19
dim = 3
20
- csv_file = os.path.join(datadir, '../../mini.csv')
+ csv_file = os.path.join(datadir, '../../data/mini.csv')
21
22
G, L, X, A, W = GLXYZAW_from_file(csv_file, atom_types, mult_types, n_max, dim)
23
0 commit comments