Closed
Description
PR #275 moved postprocess.py
to the directory ogusa/scripts
. But the internal logic of postprocess.create_diff
relies on it being run in the same directory in which run_ogusa_serial.run_micro_macro
defines BASELINE_DIR
and REFORM_DIR
.
postprocess.create_diff
opens .pkl files from ./BASELINE_DIR
and ./REFORM_DIR
, and saves .csv files in its own default directory.
In the meantime, the script can be run in the iPython window on my system and it works. But this doesn't seem like the best permanent solution. Perhaps @PeterDSteinberg or @jdebacker have an elegant solution?
Metadata
Assignees
Labels
No labels