Note: This issue refers to the underway merge of the StatSimplicialComplex and main branches.
I think the simplicial_complex layer should accept any-case spellings of "Cech", "alpha", etc. This can be done using tolower().
I raise it as an issue rather than unilaterally making the change because i don't know whether it makes more sense to apply tolower() in the internal helper function assign_complex_engine or in the ggproto function StatSimplicialComplex$setup_data(). I'd welcome advice.
Note: This issue refers to the underway merge of the
StatSimplicialComplex
andmain
branches.I think the
simplicial_complex
layer should accept any-case spellings of "Cech", "alpha", etc. This can be done usingtolower()
.I raise it as an issue rather than unilaterally making the change because i don't know whether it makes more sense to apply
tolower()
in the internal helper functionassign_complex_engine
or in the ggproto functionStatSimplicialComplex$setup_data()
. I'd welcome advice.