Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This PR adds support for RegNets and Stock and Flow models to the SciML Service. #160

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

jClugstor
Copy link
Collaborator

This addresses issues #120 and #118.

This is a bit of a "temporary" solution, used while the modeling and intertypes are still being fleshed out. Eventually I think that we will want the interface to every type of model including decapodes, to be from the same place. For now though, I've created ACSets for StockFlow and RegNets that hold all of the information needed to create an MTK model. JSON AMR models get parsed in to these ACSets, which are then turned in to MTK models. This is kind of like what I'm anticipation will happen for every type of model in the future, i.e. JSON -> ACSet -> MTK. The way this is implemented will probably change in the future, but this gets it working for now.

Copy link
Collaborator

@joshday joshday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there's some merge conflicts that need to be resolved before CI will run

@jClugstor
Copy link
Collaborator Author

This passes tests now, including the ones I set up to test the stockflow and regnet functionality.

@jClugstor jClugstor merged commit 357c7e8 into DARPA-ASKEM:main Jan 24, 2024
2 checks passed
This was referenced Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants