DARPA-ASKEM / sciml-service

Simulation Service provides an interface and job runner for ASKEM models.
MIT License
3 stars 1 forks source link

Ensure that ensemble-calibrate respects the solution mappings. #155

Closed jClugstor closed 6 months ago

jClugstor commented 6 months ago

This PR makes sure that ensemble-calibrate uses the solution mappings. This means that even if the data in a column of the dataframe is supposed to match to different states or observables of a model, the solve knows which column to match with which state of each model.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (dafde6f) 80.49% compared to head (dc66674) 80.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #155 +/- ## ========================================== + Coverage 80.49% 80.73% +0.23% ========================================== Files 3 3 Lines 482 488 +6 ========================================== + Hits 388 394 +6 Misses 94 94 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.