DARPA-ASKEM / sciml-service

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

amr_get for dataframes expects every state to be part of data #146

Closed jClugstor closed 7 months ago

jClugstor commented 7 months ago

Right now when amr_get is called to get data from a DataFrame in to a usable form for calibration purposes, it assumes that every state of the equation has a corresponding column in the data. That assumption isn't always true, and isn't true for many of the test cases in simulation-integration.

jClugstor commented 7 months ago

fixed with https://github.com/DARPA-ASKEM/sciml-service/pull/147