Richard Samuelson
Results
1
comments of
Richard Samuelson
The function `junction` has a similar problem: ``` using Catlab.ACSetInterface, Catlab.WiringDiagrams wd = singleton_diagram(UntypedUWD, 1000000); function collect_junctions_1(wd) js = Int[] for i in ports(wd)::UnitRange{Int} push!(js, junction(wd, i)) end js end...