Skip to content

Commit

Permalink
some work on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
john-zither committed Nov 24, 2023
1 parent 2a446ad commit 79f598c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/tau_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

if __name__ == '__main__':

tau_save_path = Path('/home/theurerjohn3/Documents/energystar/epa5/datadir/attempt1')
tau_save_path = Path('../datadir/attempt1')

# This section finds the metadata files and data files for the thermostats.
# These point to examples of the various styles of files
Expand Down
2 changes: 1 addition & 1 deletion thermostat/util/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ def get_data_path(f=''):
"""
# get our callers file
_, filename, _, _, _, _ = inspect.getouterframes(inspect.currentframe())[1]
base_dir = Path(filename).parent[0].resolve()
base_dir = Path(filename).parents[0].resolve()
return base_dir / f

0 comments on commit 79f598c

Please sign in to comment.