We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07582e2 commit 8532c6fCopy full SHA for 8532c6f
tests/unit/services/test_economy_service.py
@@ -595,10 +595,7 @@ def test__given_us_state__returns_correct_sim_options(self):
595
)
596
assert sim_options["time_period"] == time_period
597
assert sim_options["region"] == "state/ca"
598
- assert (
599
- sim_options["data"]
600
- == "gs://policyengine-us-data/pooled_3_year_cps_2023.h5"
601
- )
+ assert sim_options["data"] is None
602
603
def test__given_enhanced_cps_state__returns_correct_sim_options(self):
604
# Test with enhanced_cps dataset
0 commit comments