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
CombinatorialSpaces.jl offers the is_manifold_like function which tests certain combinatorial-properties of a manifold-like simplicial set. (Note that some not-tested-for-properties, such as whether a manifold is a single connected component, do not obstruct us simulating physics on them.)
We should call is_manifold_like as part of our gensim pipeline. This will catch bugs early and provide helpful error messages.
Note that is_manifold_like uses the older d reference implementation, and so using dec_differential there should be upstreamed.
The text was updated successfully, but these errors were encountered:
CombinatorialSpaces.jl offers the
is_manifold_like
function which tests certain combinatorial-properties of a manifold-like simplicial set. (Note that some not-tested-for-properties, such as whether a manifold is a single connected component, do not obstruct us simulating physics on them.)We should call
is_manifold_like
as part of ourgensim
pipeline. This will catch bugs early and provide helpful error messages.Note that
is_manifold_like
uses the olderd
reference implementation, and so usingdec_differential
there should be upstreamed.The text was updated successfully, but these errors were encountered: