From 61e6fbc99689deefdbfc8ddac1286ad866019d54 Mon Sep 17 00:00:00 2001 From: Bongjin Koo Date: Tue, 17 May 2022 14:55:14 -0700 Subject: [PATCH] Issue #74: Update test_datasets.py. --- tests/test_datasets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_datasets.py b/tests/test_datasets.py index be8bd27..255ef82 100644 --- a/tests/test_datasets.py +++ b/tests/test_datasets.py @@ -22,7 +22,7 @@ def setup(): username="ninamio78@gmail.com", token="HBGGBOJcLYQfadEKIOyXJiLTum3ydXK4nGP3KmbkYUeBuYkZma9LPBSYennQn92gjP2NHn", project_id="xbr2m", - # osflient_path="$CONDA/bin/" + osflient_path="$CONDA/bin/", ) yield project @@ -34,7 +34,7 @@ def set_file_path(): Set local_testing = True when testing locally, False if on GitHub. """ file_path = "tests/data/" - local_testing = True + local_testing = False if not local_testing: file_path = "/home/runner/work/ioSPI/ioSPI/" + file_path