Ashley Scillitoe

Results 167 comments of Ashley Scillitoe

Closing for now. Please feel free to open if any follow-up questions!

`numba` is seg faulting on macOS. Requires further investigation.

Notes: I haven't been able to find the cause of the MacOS segfault yet. It is probably occurring in `_ids_to_stats`, but I haven't identified the exact cause. Turning on `boundscheck=True`...

`@dependabot recreate` doesn't seem to be working. Force pushed to recreate manually.

@jklaise @mauicv I spent quite a while trying to debug the segfault that was occurring in `CVMDriftOnline` on MacOS (with the latest `numba` version). I have narrowed it down to...

> One thing though that generally as a library we should avoid setting global configs for 3rd party dependencies as it impacts the user's environment immediately as our module is...

@jklaise a simple alternative would just be to set `NUMBA_THREADING_LAYER='workqueue'` in our MacOS CI for now, and add a note to the `CVMDriftOnline` docs advising users to do the same...