Jochen Kieninger
Results
2
comments of
Jochen Kieninger
After updating my Python environment, I got a similar problem with a script, which was previously running fine. Now versions are numpy 1.18.1 and python 3.7.6. Thank you Kristian for...
> Solution is to change PyEis.py line 60 to this > `f_range = np.logspace(np.log10(f_start), np.log10(f_stop), num=np.around(pts_decade*f_decades).astype(int), endpoint=True)` Thank you @C4rst3n - the solution worked for me!