From 2e4609bfa470bd57d6e3151bf4fd634cc6e48f78 Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Thu, 14 Oct 2021 21:43:28 +0100 Subject: [PATCH] remove all the old code that cleaned the Moecache: just let it die with the script --- binarycpython/utils/grid.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index 13a9f1729..2da217446 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -2105,14 +2105,6 @@ class Population: # Unload/free custom_logging_code # TODO: cleanup custom logging code. - # Also remove the rest of the contents - # - # Please do NOT delete the Moecache here: it's - # required to be there when the const_dt spacing - # function is used. -# keys_moecache = list(Moecache.keys()) -# for key in keys_moecache: -# del Moecache[key] ################################################### # Grid code functions -- GitLab