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 46be10d commit 7bc6cb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UnitTests/test_fittingfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@ def test_MCMC_exportpath(self):
full_path = os.path.join(path_beg, dir_name, temp_export_path)
paths[dir_name] = full_path
os.makedirs(full_path, exist_ok=True)
fpath = paths["FIGURES"]

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

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

0 comments on commit 7bc6cb0

Please sign in to comment.