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
This docstring was confusing: you mean returns a vector where the element at index `i` is a set of simplices of dimension `i - 1`. This should probably be a tuple rather than a vector, and you should wrap it with a struct with a good name, like
struct Simplices{Ts <: Tuple}
by_dimension::Ts
end
Originally posted by @olynch in #59 (comment)
The text was updated successfully, but these errors were encountered: