Skip to content

Commit

Permalink
update path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zdcao121 committed Aug 4, 2024
1 parent 5d7eda8 commit d4ba484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_utils():
mult_types = 10
n_max = 10
dim = 3
csv_file = os.path.join(datadir, '../../mini.csv')
csv_file = os.path.join(datadir, '../../data/mini.csv')

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

Expand Down

0 comments on commit d4ba484

Please sign in to comment.