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
The text was updated successfully, but these errors were encountered:
set_workers
from SciPy interface does not work as expectedResult from SciPy itself
The text was updated successfully, but these errors were encountered: