ULB-Metronu / georges

Opinionated particle accelerator modeling Python package.
https://ulb-metronu.github.io/georges/
GNU General Public License v3.0
7 stars 8 forks source link

Numba parallel execution warning still there for `aperture_check` functions #40

Closed EustacheG closed 3 years ago

EustacheG commented 4 years ago

The numba warning is still there during a first track in Manzoni, for aperture_check functions (in apertures.py). The screenshot attached illustrates the warning.

numba_parallel_execution_warning
rtesse commented 3 years ago

@EustacheG La question elle est vite répondue :) Tu peux enlever le parallel=True et faire une PR.

chernals commented 3 years ago

The parallel=true option has been removed in the develop branch.