Frederick Roy
Frederick Roy
> Last regression test failing will disappear as soon as PR #4494 is merged as the new version of isquadDelaunay method is not using this method intersectionWithEdge anymore. And for...
> can you point the test that is not wworking, it is impossible to find it in jenkins menu, even more with a low bandwidth > Regressions are OK but...
[ci-build][with-all-tests][force-full-build]
> Is there still something to do here? Yep, still need to write a test 😅
This feature was already integrated directly into the two (lagrangian) ConstraintSolvers so this component is a bit superfluous. Closing
[ci-build][with-all-tests]
[ci-build][with-all-tests]
> Note that there are still Data variables that are not been renamed in `Sofa/Component/Topology/Container/Grid/src/sofa/component/topology/container/grid/SparseGridTopology.h` You intend to rename them in this PR, or should we merge as it is...
[ci-build][with-all-tests]
I tried and on macOS and Ubuntu/gcc : - `EXPECT_EQ(std::string{sofa::geometry::ElementInfo::name()}, "Point");` test passes - `EXPECT_EQ(defaulttype::DataTypeName::name(), "Point");` does not (return Element as you said) After some investigation, `DataTypeInfo