Skip to content

Commit

Permalink
organize smoke tests better
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Sep 18, 2024
1 parent 8fc977a commit 2bae4fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config_path="src/ml_downscaling_emulator/score_sde_pytorch/configs/deterministic
loc_spec_channels=0

rm -rf ${workdir}
WANDB_EXPERIMENT_NAME="test" python bin/main.py --workdir ${workdir} --config ${config_path} --mode train --config.model.loc_spec_channels=${loc_spec_channels}
WANDB_EXPERIMENT_NAME="test" python bin/main.py --workdir ${workdir} --config ${config_path} --mode train --config.model.loc_spec_channels=${loc_spec_channels}

num_samples=2
eval_batch_size=32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -euo pipefail

# config_name="ukcp_local_pr_debug"
config_name="ukcp_local_pr_plain_unet_debug"

workdir="output/test/deterministic/${config_name}/test-run"
Expand Down
File renamed without changes.

0 comments on commit 2bae4fe

Please sign in to comment.