Skip to content

Commit

Permalink
clears output
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddesancho committed Sep 11, 2020
1 parent 99636d7 commit f22b12b
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions examples/free_energy_predict.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,9 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/Users/daviddesancho/Research/code/PREFUR/prefur/thermo.py:125: RuntimeWarning: divide by zero encountered in log\n",
" self.DSconf = nres*(-R*(nat*np.log(nat) + (1.-nat)*np.log(1-nat)) + (1-nat)*DSres)\n",
"/Users/daviddesancho/Research/code/PREFUR/prefur/thermo.py:125: RuntimeWarning: invalid value encountered in multiply\n",
" self.DSconf = nres*(-R*(nat*np.log(nat) + (1.-nat)*np.log(1-nat)) + (1-nat)*DSres)\n"
]
}
],
"outputs": [],
"source": [
"def ind_to_char(s):\n",
" if s == 1:\n",
Expand Down

0 comments on commit f22b12b

Please sign in to comment.