From 171626db4e5210d7d2e820dc80f963498f16825e Mon Sep 17 00:00:00 2001 From: Georg Schramm Date: Thu, 16 Nov 2023 17:50:43 +0100 Subject: [PATCH] restore start.py that is needed for the CI / Run tests --- python/start.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/start.py diff --git a/python/start.py b/python/start.py new file mode 100644 index 0000000..52d6398 --- /dev/null +++ b/python/start.py @@ -0,0 +1,5 @@ +import sys +# Currently hard-wire location of generated files. This will need to change! +sys.path.append('../PETSIRD/python/') +import prd +-