We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a50ba commit dad763cCopy full SHA for dad763c
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