Open Issues Need Help
View All on GitHubAI Summary: Remove four lines of code from the `basket.cpp` file in the Ponca project's test suite. These lines, responsible for skipping float and long double types in a test, are unnecessary due to a previous fix (PR #162) that addressed the approximation error causing the skip. The task involves locating the code (line 112), understanding why it's redundant, and removing it.
Ponca (fomerly known as Patate) is a header only C++/CUDA library for point cloud analysis
AI Summary: Resolve compilation warnings in the Ponca (formerly Patate) C++/CUDA point cloud analysis library, primarily focusing on those generated by MSVC. This involves examining the CI build logs to identify the specific warnings and then modifying the code to eliminate them.
Ponca (fomerly known as Patate) is a header only C++/CUDA library for point cloud analysis
AI Summary: Review the comments in the Ponca C++/CUDA library's source code and correct any typos or grammatical errors. A specific example is provided, highlighting a typo in a comment within the `weightFunc.h` file.
Ponca (fomerly known as Patate) is a header only C++/CUDA library for point cloud analysis