Thomas Purdy
Thomas Purdy
Unfortunately we'll also need to increment the stockflow version to propagate these changes
@Saityi Do you know how to do this automatically? Whenever Catlab updates, update the Project.toml to accept the new one and increment the version?
It may work with the new models; I'll have a look.
Nah I've looked into it you'd need an @ eval
@Xiaoyan-Li @Saityi We're good to merge these compat helpers right
@JuliaRegistrator register()
This is the schema for StockAndFlowF. It doesn't contain the morphism names, though. Name/Op/Position aren't objects, from what I understand, they're additional datatypes for an ACSet. Symbol, Symbol, Int respectively....
Inflows and Outflows allow for flows into and out of a model (to or from CLOUD), as opposed to needing a stock on both sides. Each complete flow will have...
The intention is 0 or 1 inflow and 0 or 1 outflow; I'm unsure if it's currently enforced. @Saityi