Skip to content

Commit

Permalink
Don't import ode
Browse files Browse the repository at this point in the history
  • Loading branch information
himoto committed Nov 19, 2024
1 parent 17f0319 commit cf6a44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deps =
pytest
pytest-cov
commands =
python -c 'from diffeqpy import de, ode'
python -c 'from diffeqpy import de'
py.test \
--pyargs diffeqpy \
{posargs}
Expand Down

0 comments on commit cf6a44d

Please sign in to comment.