Skip to content
Snippets Groups Projects
Commit ea76690f authored by leufen1's avatar leufen1
Browse files

test update

parent 99bd9397
No related branches found
No related tags found
8 merge requests!353add developments to release v1.5.0,!352Resolve "release v1.5.0",!351Lukas issue337 bug ci pipeline fails for docs,!350Resolve "upgrade code to TensorFlow V2",!342Include sample-uncertainty to wrf workflow,!341Resolve "Test Set Sample Uncertainty in PostProcessing",!337Resolve "Test Set Sample Uncertainty in PostProcessing",!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #80961 passed
......@@ -67,7 +67,7 @@ class TestAllDefaults:
assert DEFAULT_UNCERTAINTY_ESTIMATE_EVALUATE_COMPETITORS is True
assert DEFAULT_UNCERTAINTY_ESTIMATE_N_BOOTS == 1000
assert DEFAULT_EVALUATE_FEATURE_IMPORTANCE is True
assert DEFAULT_FEATURE_IMPORTANCE_N_BOOTS is False
assert DEFAULT_FEATURE_IMPORTANCE_CREATE_NEW_BOOTSTRAPS is False
assert DEFAULT_FEATURE_IMPORTANCE_N_BOOTS == 20
assert DEFAULT_FEATURE_IMPORTANCE_BOOTSTRAP_TYPE == "singleinput"
assert DEFAULT_FEATURE_IMPORTANCE_BOOTSTRAP_METHOD == "shuffle"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment