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

update tests

parent 4dde6424
Branches
No related tags found
3 merge requests!522filter can now combine obs, forecast, and apriori for first iteration. Further...,!521Resolve "release v2.4.0",!513Resolve "robust apriori estimate for short timeseries"
Checking pipeline status
......@@ -97,7 +97,7 @@ class TestModelSetup:
with pytest.raises(EmptyScope):
self.current_scope_as_set(setup_with_model) # will fail because scope is not created
setup_with_model.get_model_settings() # this saves now the parameter test_param into scope
assert {"test_param", "model_path"} <= self.current_scope_as_set(setup_with_model)
assert {"test_param", "model_name"} <= self.current_scope_as_set(setup_with_model)
def test_build_model(self, setup_with_gen):
assert setup_with_gen.model is None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment