diff options
author | Vee9ahd1 <[email protected]> | 2019-06-03 14:12:08 -0400 |
---|---|---|
committer | Vee9ahd1 <[email protected]> | 2019-06-03 14:12:08 -0400 |
commit | e2dfe1e1dce59723b424ed334234475c0e9b6227 (patch) | |
tree | 5b3b1b961d1b04096ef6aef2b456c1a5375e3f6a /test/context.py | |
parent | 5a39b9cbb92977734814600f18cc7b1d98b548a1 (diff) |
rewrote latent space tests
Diffstat (limited to 'test/context.py')
-rw-r--r-- | test/context.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |