From 1dab71c340b09643953097bbc3ab67ebfc2d458d Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Fri, 17 Jun 2022 23:11:07 +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 40962186a..1927ee5c7 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -20,6 +20,7 @@ Tasks: - 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(...)) + - TODO: Set up functionality that compares the compiled library to the binary-c-config structure sizes. """ import argparse -- GitLab