Коммит 079c40e8 создал по автору Dealga McArdle's avatar Dealga McArdle
Просмотр файлов

try this

владелец 67954756
......@@ -285,7 +285,7 @@ class CubicSpline(Spline):
if numba:
if 'perform_stage' not in local_numba_storage:
local_numba_storage['perform_stage'] = numba.njit(perform_stage)
local_numba_storage['perform_stage'] = numba.jit(perform_stage)
perform_stage = local_numba_storage['perform_stage']
self.splines = perform_stage(tknots, n, locs)
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать