openego / powerd-data

GNU Affero General Public License v3.0
1 stars 0 forks source link

Assertation errors in eMobility #83

Closed ClaraBuettner closed 1 year ago

ClaraBuettner commented 1 year ago

Two e-mobility tasks failed because it includes checks if the target values are met. But the results differ too mutch. The current tolerance is 0.0001:

task: emobility.motorized_individual_travel.ev_allocation.allocate-evs-to-grid-districts https://github.com/openego/powerd-data/blob/4166b2edd7114a1bab3189cbbd0f872ff2815d21/src/egon/data/datasets/emobility/motorized_individual_travel/ev_allocation.py#L632-L640

task: emobility.motorized_individual_travel.ev_allocation.allocate-evs-numbers https://github.com/openego/powerd-data/blob/4166b2edd7114a1bab3189cbbd0f872ff2815d21/src/egon/data/datasets/emobility/motorized_individual_travel/tests.py#L30-L35

The tasks run successfully when I increased the tolerances to 0.05 as a preliminary fix to have data soon. I don't understand the actual problem @ulfmueller can you help?