-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test to guard for refcounting error (#42)
* Add test to guard for refcounting error * tweak test levels * fix sign * update AnyODE * update anyode, avoid increase in None refcount
- Loading branch information
Showing
5 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule anyode
updated
8 files
+3 −3 | README.rst | |
+1 −0 | include/anyode/anyode.hpp | |
+16 −12 | include/anyode/anyode_numpy.hpp | |
+12 −12 | scripts/ci.sh | |
+2 −4 | tests/midpoint/_midpoint.pyx | |
+3 −0 | tests/midpoint/_midpoint.pyxbld | |
+2 −2 | tests/midpoint/midpoint_numpy.hpp | |
+24 −12 | tests/midpoint/test_midpoint.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters