Skip to content

Commit

Permalink
Allow record_steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Sep 13, 2017
1 parent 51a6f21 commit 004f638
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.x.y
v0.8.2
======
- Added ``record_steps`` option.

Expand Down
18 changes: 18 additions & 0 deletions examples/van_der_pol.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,24 @@
"fpes"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"info['steps'].size, xout.size"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"sum(info['steps']), xout[-1]"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 004f638

Please sign in to comment.