Skip to content

Commit

Permalink
Patch test_fittingfunc.py export_path
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Feb 27, 2024
1 parent 7bc6cb0 commit dd7ed6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions UnitTests/test_fittingfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,12 @@ def test_MCMC_exportpath(self):
paths[dir_name] = full_path
os.makedirs(full_path, exist_ok=True)

# Construct file paths
fpath = os.path.join(paths["FIGURES"], "")
ppath = os.path.join(paths["PLOTFILES"], "")

add_dirs = ["TRACE", "HISTOGRAM", "PAIRWISE", "MODELFIT"]
ppath = paths["PLOTFILES"]
for add_dir in add_dirs:
os.makedirs(os.path.join(ppath, add_dir), exist_ok=True)

Volatiles_DF, _ = pig.calculate_baselines(
self.dfs_dict, temp_export_path)
Expand Down

0 comments on commit dd7ed6f

Please sign in to comment.