diff --git a/tests/smoke-test-det b/tests/smoke-tests/test-det-debug-cunet similarity index 86% rename from tests/smoke-test-det rename to tests/smoke-tests/test-det-debug-cunet index b2262f995..9decc4d38 100755 --- a/tests/smoke-test-det +++ b/tests/smoke-tests/test-det-debug-cunet @@ -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 diff --git a/tests/smoke-test-det-plain-unet b/tests/smoke-tests/test-det-det_cunet similarity index 95% rename from tests/smoke-test-det-plain-unet rename to tests/smoke-tests/test-det-det_cunet index cd66a34f9..3ca5acba4 100755 --- a/tests/smoke-test-det-plain-unet +++ b/tests/smoke-tests/test-det-det_cunet @@ -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" diff --git a/tests/smoke-test b/tests/smoke-tests/test-subvpsde-debug-cunet similarity index 100% rename from tests/smoke-test rename to tests/smoke-tests/test-subvpsde-debug-cunet