AlgebraicJulia / StockFlow.jl

https://algebraicjulia.github.io/StockFlow.jl/
MIT License
65 stars 6 forks source link

ACSetTransformations curently broken after update to new catlab #60

Closed neonWhiteout closed 1 year ago

neonWhiteout commented 1 year ago

Mappings of the form Name=x -> nothing, Op=x -> nothing, Position=x -> nothing no longer work in ACSetTransformations. I believe this is due to the type being wrong, but can't figure out how to construct a type which will work. Some kind of LooseVarFunction, I think.

If need be, we can revert to the previous version of Catlab.

@Saityi @Xiaoyan-Li