From e2dfe1e1dce59723b424ed334234475c0e9b6227 Mon Sep 17 00:00:00 2001 From: Vee9ahd1 Date: Mon, 3 Jun 2019 14:12:08 -0400 Subject: rewrote latent space tests --- test/context.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/context.py (limited to 'test/context.py') diff --git a/test/context.py b/test/context.py new file mode 100644 index 0000000..dd40aa2 --- /dev/null +++ b/test/context.py @@ -0,0 +1,4 @@ +import os +import sys +sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) +import gantools -- cgit v1.2.1