From 25a20943895280f72b9d4b9fa71d3ed39e1a128b Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 24 Aug 2024 07:43:24 +0200 Subject: [PATCH] Update free_energy_calculation.ipynb --- notebooks/free_energy_calculation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/free_energy_calculation.ipynb b/notebooks/free_energy_calculation.ipynb index 8a048c23..c6bbb69a 100644 --- a/notebooks/free_energy_calculation.ipynb +++ b/notebooks/free_energy_calculation.ipynb @@ -627,7 +627,7 @@ " logger=None,\n", " log_file=None,\n", " library=None,\n", - " diable_log_file=True,\n", + " disable_log_file=True,\n", " )\n", " for i in tqdm(steps_lst):\n", " task_dict = workflow_md_thermo.generate_structures()\n",