From f22b12b12cf70d81a457195718150e844b55a3e2 Mon Sep 17 00:00:00 2001 From: daviddesancho Date: Fri, 11 Sep 2020 17:51:29 +0200 Subject: [PATCH] clears output --- examples/free_energy_predict.ipynb | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/examples/free_energy_predict.ipynb b/examples/free_energy_predict.ipynb index d6c54a1..ad7ba6a 100644 --- a/examples/free_energy_predict.ipynb +++ b/examples/free_energy_predict.ipynb @@ -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",