Open maurosilber opened 3 years ago
The main difference is that using NBKODE_NONUMBA
allows running numbakit-ode
without having numba installed. This is certainly debatable (it is called numbakit
after all). But my feeling is the cost is small (an environment variable and a compatibility module).
Can we replace
NBKODE_NONUMBA=0
withNUMBA_DISABLE_JIT=0
? Or are we doing something more?