DARPA-ASKEM / sciml-service

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

Return dictionaries of parameters and states instead of lists for intermediate results #114

Closed jClugstor closed 1 year ago

jClugstor commented 1 year ago

The parameters and states should be returned as dictionaries instead of lists in the intermediate results.

jClugstor commented 1 year ago

Fixed with https://github.com/DARPA-ASKEM/simulation-service/pull/116