You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
withscipy_fft.set_workers(0):
print(scipy_fft.get_workers())
# ValueError: workers must not be zerowithscipy_fft.set_workers(-1):
print(scipy_fft.get_workers())
# 112