From cd360fda6934059f915ddcb6d4c7ca412f29a4c2 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Wed, 25 May 2022 11:00:00 +0100 Subject: [PATCH] added task --- binarycpython/utils/grid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index 162c78850..7dcd814f7 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -19,6 +19,7 @@ Tasks: - TODO: think of a way to unload and remove the custom_logging_info library from memory (and from disk) - TODO: think of a way to remove the loaded grid_code/ generator from memory. - TOOD: Especially this file contains much code that can be split off into smaller bits. Consider looking at the code and doing that + - TODO: add function to halt any runs if binary_c is not configured correctly (i.e. require_binary_c(...)) """ import argparse -- GitLab