File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def test_uk_macro_single():
99 country = "uk" ,
1010 )
1111
12- sim .calculate_single_economy ()
12+ # sim.calculate_single_economy()
1313
1414
1515def test_uk_macro_comparison ():
@@ -23,7 +23,7 @@ def test_uk_macro_comparison():
2323 },
2424 )
2525
26- sim .calculate_economy_comparison ()
26+ # sim.calculate_economy_comparison()
2727
2828
2929def test_uk_macro_bad_package_versions_fail ():
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ def test_us_macro_single():
44 sim = Simulation (
55 scope = "macro" ,
66 country = "us" ,
7+ data = "gs://policyengine-us-data/small_cps_2024.h5" ,
78 )
89
910 sim .calculate_single_economy ()
@@ -15,6 +16,7 @@ def test_us_macro_comparison():
1516 sim = Simulation (
1617 scope = "macro" ,
1718 country = "us" ,
19+ data = "gs://policyengine-us-data/small_cps_2024.h5" ,
1820 reform = {
1921 "gov.usda.snap.income.deductions.earned_income" : {"2025" : 0.05 }
2022 },
@@ -29,6 +31,7 @@ def test_us_macro_cliff_impacts():
2931 sim = Simulation (
3032 scope = "macro" ,
3133 country = "us" ,
34+ data = "gs://policyengine-us-data/small_cps_2024.h5" ,
3235 reform = {
3336 "gov.usda.snap.income.deductions.earned_income" : {"2025" : 0.05 }
3437 },
You can’t perform that action at this time.
0 commit comments