Skip to content

Commit

Permalink
misc: Update scipy requirements and edit test_repeat_concretization
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Jan 6, 2025
1 parent 5e12392 commit 81a28e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib
pyrevolve==2.2.4
scipy
scipy>=1.13.0
distributed
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pytest-cov
codecov
flake8>=2.1.0
nbval
scipy
scipy>=1.13.0
pooch; python_version >= "3.8"
2 changes: 1 addition & 1 deletion tests/test_dimension.py
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,7 @@ def test_repeat_concretization(self):
ix = SubDimension.middle('ix', x, 2, 2)

u = Function(name='u', grid=grid)
eq = Eq(u, ix.ltkn)
eq = Eq(u, ix + ix.ltkn + ix.rtkn)

kwargs = {'sregistry': SymbolRegistry(), 'concretize_mapper': {}}

Expand Down

0 comments on commit 81a28e7

Please sign in to comment.