@@ -91,7 +91,6 @@ def test_key_def_structure(api: PlotApi):
9191 {
9292 "name" : "BPR_138_PERSISTENCE" ,
9393 "forward_init" : False ,
94- "update" : True ,
9594 "dimensionality" : 1 ,
9695 "distribution" : {"name" : "uniform" , "min" : 0.2 , "max" : 0.7 },
9796 "group" : "SNAKE_OIL_PARAM" ,
@@ -225,7 +224,6 @@ def test_plot_api_handles_urlescape(api_and_storage):
225224 "parameter_configuration" : [],
226225 "response_configuration" : [
227226 SummaryConfig (
228- name = "summary" ,
229227 input_files = ["CASE.UNSMRY" , "CASE.SMSPEC" ],
230228 keys = [key ],
231229 ).model_dump (mode = "json" )
@@ -371,7 +369,6 @@ def test_that_multiple_observations_are_parsed_correctly(api_and_storage):
371369 "parameter_configuration" : [],
372370 "response_configuration" : [
373371 SummaryConfig (
374- name = "summary" ,
375372 input_files = ["" ],
376373 keys = ["WOPR:OP1" ],
377374 has_finalized_keys = True ,
@@ -419,9 +416,9 @@ def test_that_observations_for_empty_ensemble_returns_empty_data(api_and_storage
419416 experiment_config = {
420417 "parameter_configuration" : [],
421418 "response_configuration" : [
422- SummaryConfig (
423- name = "summary" , input_files = [ "" ], keys = [ "NAIMFRAC" ]
424- ). model_dump ( mode = "json" )
419+ SummaryConfig (input_files = [ "" ], keys = [ "NAIMFRAC" ]). model_dump (
420+ mode = "json"
421+ )
425422 ],
426423 "ert_templates" : [],
427424 "observations" : [],
@@ -443,7 +440,6 @@ def test_that_data_for_response_is_empty_for_ensembles_without_responses(
443440 "parameter_configuration" : [],
444441 "response_configuration" : [
445442 SummaryConfig (
446- name = "summary" ,
447443 input_files = [],
448444 keys = ["FOPT" ],
449445 has_finalized_keys = True ,
@@ -474,7 +470,6 @@ def test_that_response_key_has_observation_when_only_one_experiment_has_observat
474470 "parameter_configuration" : [],
475471 "response_configuration" : [
476472 SummaryConfig (
477- name = "summary" ,
478473 input_files = ["CASE.UNSMRY" , "CASE.SMSPEC" ],
479474 keys = ["FOPR" ],
480475 ).model_dump (mode = "json" )
@@ -499,7 +494,6 @@ def test_that_response_key_has_observation_when_only_one_experiment_has_observat
499494 "parameter_configuration" : [],
500495 "response_configuration" : [
501496 SummaryConfig (
502- name = "summary" ,
503497 input_files = ["CASE.UNSMRY" , "CASE.SMSPEC" ],
504498 keys = ["FOPR" ],
505499 ).model_dump (mode = "json" )
@@ -563,7 +557,6 @@ def test_that_response_keys_do_not_match_keys_that_are_substrings(
563557 "parameter_configuration" : [],
564558 "response_configuration" : [
565559 SummaryConfig (
566- name = "summary" ,
567560 input_files = ["CASE.UNSMRY" , "CASE.SMSPEC" ],
568561 keys = [key , history_key (key ), "FOPR" ],
569562 ).model_dump (mode = "json" )
@@ -621,7 +614,6 @@ def _create_gradient_only_ensemble(storage):
621614 "parameter_configuration" : [],
622615 "response_configuration" : [
623616 EverestObjectivesConfig (
624- name = "everest_objectives" ,
625617 input_files = [f"{ objective_key } .json" ],
626618 keys = [objective_key ],
627619 scales = [1.0 ],
0 commit comments