2 Open Issues Need Help Last updated: Jul 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a Python script (`purkinje_uv/profile.py`) to benchmark the performance of the PurkinjeUV library's fractal tree generation, comparing CPU and GPU (using CuPy) execution times. The script should output a table of timings and optionally a bar chart, and be integrated into the documentation and CI/CD pipeline as a regression test.

Complexity: 4/5
good first issue feature performance P2 size/L area/gpu

AI Summary: The task involves fixing a misspelled and empty test file (`test_vkutils.py`) in a Python package. This includes deleting the incorrect file, creating a new correctly named file (`test_vtkutils.py`), and writing a minimal test to verify the functionality of VTK utility functions for reading and writing meshes. The test should create a dummy mesh, save it, read it back, and assert that the geometry/point count matches. The solution must be compatible with both Windows and Linux.

Complexity: 3/5
good first issue test size/S area/io