Skip to content

Commit

Permalink
Merge pull request #71 from neonWhiteout/ACSetTransformationFix
Browse files Browse the repository at this point in the history
Added AlgebraicRewriting ≥ 0.2.1 as requirement, Catlab ≥ 0.15.5 as requirement
  • Loading branch information
Xiaoyan-Li authored Aug 24, 2023
2 parents ba64696 + 70fa705 commit ab048d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Xiaoyan Li <[email protected]>"]
version = "0.1.0"

[deps]
AlgebraicRewriting = "725a01d3-f174-5bbd-84e1-b9417bad95d9"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
CompTime = "0fb5dd42-039a-4ca4-a1d7-89a96eae6d39"
Expand All @@ -23,7 +24,8 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Catlab = "0.15"
AlgebraicRewriting = "≥ 0.2.1"
Catlab = "≥ 0.15.5"
Combinatorics = "1.0.2"
CompTime = "0.1"
GraphViz = "0.2"
Expand Down
1 change: 1 addition & 0 deletions src/SystemStructure.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ flattenTupleNames(sn::Tuple)=Symbol(foldr(string,map(x->string(x), sn)))
flattenTupleNames(sn::Symbol)=sn
flattenTupleNames(sn::SubArray{Symbol})=sn
flattenTupleNames(sn::SubArray)=map(y->Symbol(foldr(string,map(x->string(x), y))),sn)
flattenTupleNames(sn::Vector)=[flattenTupleNames(x) for x in sn]


function extracStocksStructureAndFlatten(p::AbstractStockAndFlowStructure)
Expand Down

0 comments on commit ab048d4

Please sign in to comment.