File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ def test_names_and_ids(pysb_example_presimulation_module):
300300 "fixed_parameter_names" : ("DRUG_0" , "KIN_0" ),
301301 "observable_ids" : ("pPROT_obs" ,),
302302 "observable_names" : ("pPROT_obs" ,),
303- "parameter_ids " : (
303+ "free_parameter_ids " : (
304304 "PROT_0" ,
305305 "kon_prot_drug" ,
306306 "koff_prot_drug" ,
@@ -320,7 +320,7 @@ def test_names_and_ids(pysb_example_presimulation_module):
320320 }
321321 # Names and IDs are the same here
322322 expected ["expression_names" ] = expected ["expression_ids" ]
323- expected ["parameter_names " ] = expected ["parameter_ids " ]
323+ expected ["free_parameter_names " ] = expected ["free_parameter_ids " ]
324324
325325 for field_name , cur_expected in expected .items ():
326326 actual = getattr (model_pysb , f"get_{ field_name } " )()
You can’t perform that action at this time.
0 commit comments