Skip to content

Commit

Permalink
fix nb
Browse files Browse the repository at this point in the history
  • Loading branch information
jhprinz committed Jan 28, 2016
1 parent 5529f43 commit 297ec0b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 33 deletions.
2 changes: 1 addition & 1 deletion examples/ipython/test_cv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}
],
"source": [
"storage.save([cv0, cv1, cv2, cv3])"
"print storage.save([cv0, cv1, cv2, cv3])"
]
},
{
Expand Down
55 changes: 23 additions & 32 deletions examples/ipython/test_pyemma.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,15 @@
},
"outputs": [
{
"data": {
"text/plain": [
"(store.cvs[CollectiveVariable], 6, 6)"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
"name": "stdout",
"output_type": "stream",
"text": [
"(store.cvs[CollectiveVariable], 6, 6)\n"
]
}
],
"source": [
"storage.save(cv)"
"print storage.save(cv)"
]
},
{
Expand Down Expand Up @@ -317,7 +314,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 20,
"metadata": {
"collapsed": false
},
Expand All @@ -327,28 +324,22 @@
"output_type": "stream",
"text": [
"[[ 3.03981256 2.99009299]\n",
" [ 3.31675267 2.82731938]\n",
" [ 3.15098381 2.66548038]\n",
" [ 3.06572628 2.62892485]\n",
" [ 3.27241015 2.99687791]\n",
" [ 3.13178658 2.88584232]\n",
" [ 3.02627325 3.03685284]\n",
" [ 3.04233217 3.04947233]\n",
" [ 3.0836432 3.32331347]\n",
" [ 3.07086992 3.22742629]\n",
" [ 3.04775977 3.03047419]\n",
" [ 3.0383122 3.06720281]\n",
" [ 3.10691333 3.00081658]\n",
" [ 2.96490502 2.98595619]\n",
" [ 3.02935147 3.11672473]\n",
" [ 3.12781715 3.15357447]\n",
" [ 3.17972636 3.16449332]\n",
" [ 2.982517 3.03754187]\n",
" [ 3.07162309 3.10183477]\n",
" [ 3.00213981 3.09387517]\n",
" [ 3.03106928 3.20333529]\n",
" [ 3.0321331 2.86651444]\n",
" [ 2.96690369 3.08540845]]\n"
" [ 3.25924754 2.90155435]\n",
" [ 2.99404526 2.62719202]\n",
" [ 3.10834694 2.75153995]\n",
" [ 3.01506734 2.70448661]\n",
" [ 3.0620544 2.41997933]\n",
" [ 3.00873852 2.9390707 ]\n",
" [ 3.04612613 2.70650053]\n",
" [ 3.06516457 2.89407468]\n",
" [ 3.00530863 2.87437391]\n",
" [ 3.01655579 2.752635 ]\n",
" [ 3.12972426 2.81981134]\n",
" [ 3.05628848 2.83912849]\n",
" [ 2.97415805 2.87183213]\n",
" [ 3.03389168 2.80275726]\n",
" [ 2.91935158 2.78653932]\n",
" [ 3.02000546 2.76681828]]\n"
]
}
],
Expand Down

0 comments on commit 297ec0b

Please sign in to comment.