Skip to content

Commit

Permalink
include sim and train dataset and inputs xfms in qm path
Browse files Browse the repository at this point in the history
for completeness to ensure separating different possible approaches to qmapping
  • Loading branch information
henryaddison committed Mar 25, 2024
1 parent 5ab7a40 commit 3783052
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ml_downscaling_emulator/bin/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,12 @@ def process_samples(ds):
eval_input_xfm,
split,
process_samples,
new_workdir=workdir / "postprocess" / "qm-per-em",
new_workdir=workdir
/ "postprocess"
/ "qm-per-em"
/ sim_dataset
/ train_dataset
/ train_input_xfm,
)


Expand Down

0 comments on commit 3783052

Please sign in to comment.