@@ -250,7 +250,7 @@ def test__given_submission_with_data__then_returns_resolved_bundle_metadata(
250250 "country" : "us" ,
251251 "scope" : "macro" ,
252252 "reform" : {},
253- "data" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.77.0 " ,
253+ "data" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.110.12 " ,
254254 }
255255
256256 # When
@@ -262,7 +262,7 @@ def test__given_submission_with_data__then_returns_resolved_bundle_metadata(
262262 assert data ["resolved_app_name" ] == "policyengine-simulation-us1-500-0-uk2-66-0"
263263 assert data ["policyengine_bundle" ] == {
264264 "model_version" : "1.500.0" ,
265- "dataset" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.77.0 " ,
265+ "dataset" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.110.12 " ,
266266 }
267267
268268 def test__given_submission_with_alias_data__then_bundle_dataset_stays_unresolved (
@@ -286,7 +286,7 @@ def test__given_submission_with_alias_data__then_bundle_dataset_stays_unresolved
286286 data = response .json ()
287287 assert (
288288 data ["policyengine_bundle" ]["dataset" ]
289- == "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.77.0 "
289+ == "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.110.12 "
290290 )
291291
292292 def test__given_submission_with_uk_alias_data__then_bundle_dataset_is_versioned_uri (
@@ -341,7 +341,7 @@ def test__given_submission_with_runtime_bundle__then_accepts_internal_provenance
341341 assert data ["policyengine_bundle" ] == {
342342 "model_version" : "1.500.0" ,
343343 "data_version" : "1.78.2" ,
344- "dataset" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.77.0 " ,
344+ "dataset" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.110.12 " ,
345345 }
346346 assert mock_modal ["func" ].last_payload ["data_version" ] == "1.78.2"
347347 assert "_runtime_bundle" not in mock_modal ["func" ].last_payload
@@ -388,7 +388,7 @@ def test__given_submitted_job__then_job_status_includes_bundle_metadata(
388388 "country" : "us" ,
389389 "scope" : "macro" ,
390390 "reform" : {},
391- "data" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.77.0 " ,
391+ "data" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.110.12 " ,
392392 },
393393 )
394394
@@ -403,7 +403,7 @@ def test__given_submitted_job__then_job_status_includes_bundle_metadata(
403403 assert data ["resolved_app_name" ] == "policyengine-simulation-us1-500-0-uk2-66-0"
404404 assert data ["policyengine_bundle" ] == {
405405 "model_version" : "1.500.0" ,
406- "dataset" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.77.0 " ,
406+ "dataset" : "hf://policyengine/policyengine-us-data/enhanced_cps_2024.h5@1.110.12 " ,
407407 }
408408
409409 def test__given_submitted_job_with_telemetry__then_polling_echoes_run_id (
0 commit comments