From 708d15766b1cc25a4c523d91b76e561d652eb9cf Mon Sep 17 00:00:00 2001 From: adw62 Date: Tue, 6 Sep 2022 16:30:44 +0100 Subject: [PATCH] change conda test path --- TIES_MD/tests/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 TIES_MD/tests/__init__.py diff --git a/TIES_MD/tests/__init__.py b/TIES_MD/tests/__init__.py new file mode 100644 index 0000000..bf63395 --- /dev/null +++ b/TIES_MD/tests/__init__.py @@ -0,0 +1,3 @@ +import pathlib + +loc = str(pathlib.Path(__file__).parent) \ No newline at end of file