Skip to content

Commit

Permalink
Issue #74: Update test_datasets.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bongjinkoo committed May 17, 2022
1 parent 7d6356a commit 61e6fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setup():
username="[email protected]",
token="HBGGBOJcLYQfadEKIOyXJiLTum3ydXK4nGP3KmbkYUeBuYkZma9LPBSYennQn92gjP2NHn",
project_id="xbr2m",
# osflient_path="$CONDA/bin/"
osflient_path="$CONDA/bin/",
)
yield project

Expand All @@ -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

Expand Down

0 comments on commit 61e6fbc

Please sign in to comment.