Skip to content

Commit f22b12b

Browse files
committed
clears output
1 parent 99636d7 commit f22b12b

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

examples/free_energy_predict.ipynb

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,9 @@
4949
},
5050
{
5151
"cell_type": "code",
52-
"execution_count": 8,
52+
"execution_count": null,
5353
"metadata": {},
54-
"outputs": [
55-
{
56-
"name": "stderr",
57-
"output_type": "stream",
58-
"text": [
59-
"/Users/daviddesancho/Research/code/PREFUR/prefur/thermo.py:125: RuntimeWarning: divide by zero encountered in log\n",
60-
" self.DSconf = nres*(-R*(nat*np.log(nat) + (1.-nat)*np.log(1-nat)) + (1-nat)*DSres)\n",
61-
"/Users/daviddesancho/Research/code/PREFUR/prefur/thermo.py:125: RuntimeWarning: invalid value encountered in multiply\n",
62-
" self.DSconf = nres*(-R*(nat*np.log(nat) + (1.-nat)*np.log(1-nat)) + (1-nat)*DSres)\n"
63-
]
64-
}
65-
],
54+
"outputs": [],
6655
"source": [
6756
"def ind_to_char(s):\n",
6857
" if s == 1:\n",

0 commit comments

Comments
 (0)