Skip to content

Commit

Permalink
update test and update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bananenpampe committed Nov 18, 2024
1 parent a0ee600 commit 2613ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
]

dependencies = [
"numpy",
"numpy<2.0.0",
"ase==3.22.1",
"metatensor-operations<0.2.0,>=0.1.0",
"metatensor[torch]",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_shiftml1_size_extensivity_test():
out.flatten(), expected_output
), "ShiftML1 failed regression test"

frame = frame * (2, 1, 1)
frame = frame.repeat((2, 1, 1))
out = model.get_cs_iso(frame)

assert np.allclose(
Expand Down

0 comments on commit 2613ca6

Please sign in to comment.