Skip to content

Commit

Permalink
About to release v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Oct 1, 2019
1 parent 5dfb63f commit b08b2f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.12.6
=======
- Updated pycvodes req. version (>=v0.11.15)

v0.12.5
=======
- Fix for ew_ele in native CVode(s) interface.
Expand Down
2 changes: 1 addition & 1 deletion pyodesys/native/tests/_test_robertson_native.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class TransformedNativeSys(TransformedSys, NativeSys):

for sys_iter, kw in [
([our_sys, ori_sys], {
'nsteps': [100*steps_fact, 1613*1.01*steps_fact],
'nsteps': [100*steps_fact, 1613*1.05*steps_fact],
'return_on_error': [True, False]
}),
([ori_sys], {
Expand Down

0 comments on commit b08b2f5

Please sign in to comment.