Skip to content

Commit

Permalink
more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanz271 committed May 1, 2018
1 parent 0ab32c3 commit e6350b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorial.ipynb → notebook/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -193,7 +193,7 @@
"for i, each in enumerate(x, start=1):\n",
" y, _, rate = simulation.spike(each, a, b)\n",
" sample = dict(y=y, rate=rate, x=each, alpha=a, beta=b)\n",
" util.save(sample, op.join(datapath, 'lorenz{}.h5'.format(i))) # store the simulation"
" util.save(sample, op.join(datapath, 'lorenz{}.npy'.format(i))) # store the simulation"
]
},
{
Expand Down Expand Up @@ -454,7 +454,7 @@
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3.0
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
Expand All @@ -466,4 +466,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit e6350b9

Please sign in to comment.