Version
v2026.6.1
How did you install UXarray?
Source
What happened?
These benchmarks are currently failing:
mpas_ocean.PointInPolygon.time_face_search('120km')
mpas_ocean.PointInPolygon.time_face_search('480km')
E.g., see the "Run Benchmarks" section of: https://github.com/UXARRAY/uxarray/actions/runs/28614902043/job/84856201160?pr=1541
The error includes:
File "/home/runner/work/uxarray/uxarray/benchmarks/mpas_ocean.py", line 217, in time_face_search
self.uxgrid.get_faces_containing_point(point_xyz=point_xyz, point_lonlat=point_lonlat)
TypeError: Grid.get_faces_containing_point() got an unexpected keyword argument 'point_xyz'
What did you expect to happen?
I expected benchmark to not crash!
Can you provide a MCVE to repoduce the bug?
Version
v2026.6.1
How did you install UXarray?
Source
What happened?
These benchmarks are currently failing:
E.g., see the "Run Benchmarks" section of: https://github.com/UXARRAY/uxarray/actions/runs/28614902043/job/84856201160?pr=1541
The error includes:
What did you expect to happen?
I expected benchmark to not crash!
Can you provide a MCVE to repoduce the bug?