You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the zulip discussion, on Catlab v0.16.17. Using join on a vector of subobjects does not work. Interestingly as well, join(subobjs) and join(subobjs, SubOpBoolean()) for some reason still dispatch to the Base.join that turns them into a string. Only join(subobjs, SubOpWithLimits()) dispatches correctly to the method defined in Catlab. The naive method of union-ing together the components of the subobjects of interest works.
Based on the zulip discussion, on Catlab v0.16.17. Using
join
on a vector of subobjects does not work. Interestingly as well,join(subobjs)
andjoin(subobjs, SubOpBoolean())
for some reason still dispatch to theBase.join
that turns them into a string. Onlyjoin(subobjs, SubOpWithLimits())
dispatches correctly to the method defined in Catlab. The naive method of union-ing together the components of the subobjects of interest works.The text was updated successfully, but these errors were encountered: