DARPA-ASKEM / Model-Representations

Modeling framework representations for ASKEM
https://darpa-askem.github.io/Model-Representations/
8 stars 2 forks source link

Extend to load data from a URL, file or JSON. FIXES missed variables in rate laws #84

Closed JosephCottam closed 7 months ago

JosephCottam commented 7 months ago

Driving request was to be able to point the utility at a URL to load a JSON. That has been added.

During testing for URL loading, we discovered that rate-law variable checks sometimes failed because a sympy symbol was compared to a string. That error was also fixed.