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 calibrate respects solution mappings #143

Closed jClugstor closed 7 months ago

jClugstor commented 7 months ago

Right now it seems that the calibrate endpoint does not respect the solution_mappings part of the data request. This means that if any of the columns of the state data have different labels than the states in the equations, the calibration has no way of knowing which column matches to which state. Also true for timestamp.

jClugstor commented 7 months ago

Scratch that for the state data, that all gets taken care of. All that needs to change is the timestamp.