Sean
Sean
This PR will address #558
Given two `FinSet`s `A, B` is there some computation that creates the set of all functions in `Hom(A, B)`? For example if `A` has 5 elements and `B` has 2,...
Hi, I noticed that depending if an `Attr` is indexed or not will affect what `incident` returns. A minimal example is below: I'm using Catlab version 0.13.7. [Edit]: I realize...
Hi Catlab team, I've observed some unexpected behavior when passing the result of `add_parts!` to `set_subpart!`. I've included an example below, when `add_parts!` is adding a single part to an...
Hello network team! I am writing a package relying in C++ which is compiled and linked against using Rcpp. I'd like to use the C API of network to interact...
Hi ReverseDiff team, I've found an error that comes up when an object used in a function being differentiated is the result of a tracked array and another argument (not...
Address #888 Please note the changes to https://github.com/AlgebraicJulia/Catlab.jl/pull/895/files#diff-77b8985182dac144d246a8e8f0becf17233222f79879274682b78adf2e454ca4 I suspect it was a typo that some small subset of the generic bipartite graph methods have argument type `AbstractBipartiteGraph` rather than...
Hi @epatters, following up here from the zulip conversation. Before working on `PropertyBipartiteGraph` and `to_graphviz` for it, I wanted to ask if you can help explain the design considerations behind...
Hi, When executing the simple example ```julia using TreeView @tree begin a = b + c d = (a - 2)^2 end ``` I get an error: ```julia error: error...
Hi! I'm trying to modify the particle filter example for a simple SIR model in discrete time (a Markov chain). When using ForwardDiff.gradient, I get the following MethodError: ``` ERROR:...