Skip to content
Snippets Groups Projects
Commit 98ecc7d3 authored by clallemand's avatar clallemand
Browse files

fix test_aggregates

parent 5ce8d7c5
Branches erfs_fpr_2022
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ def test_erfs_fpr_survey_simulation_aggregates(year = REFERENCE_YEAR, rebuild_in
np.quantile(mtr_rd, q = np.arange(0, 1.1, .1))
return survey_scenario, aggregates_taxipp.get_data_frame(), aggregates_ines.get_data_frame(), aggregates_france_entiere.get_data_frame()
return survey_scenario, aggregates_taxipp.get_data_frame(absolute = False, relative = False), aggregates_ines.get_data_frame(absolute = False, relative = False), aggregates_france_entiere.get_data_frame(absolute = False, relative = False)
def test_erfs_fpr_aggregates_reform():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment