diff --git a/src/twomartens/masterthesis/main.py b/src/twomartens/masterthesis/main.py index f0251dd..00a9cf8 100644 --- a/src/twomartens/masterthesis/main.py +++ b/src/twomartens/masterthesis/main.py @@ -247,4 +247,6 @@ def _prepare(args: argparse.Namespace) -> None: if __name__ == "__main__": + import gc + gc.set_debug(gc.DEBUG_LEAK | gc.DEBUG_STATS) main()