Closed Jencke closed 8 years ago
The number of zeros have to be typecasted to int. Just using ceil is not enough. (Numpy DeprecationWarning)
Thanks for pointing it out.
However, I used int
instead of np.int_
, because there are only
Python-level functions and therefor no need for a low level C types.
The number of zeros have to be typecasted to int. Just using ceil is not enough. (Numpy DeprecationWarning)