SEMAFORInformatik / femagtools

Python API for FEMAG
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

airgap fp and xp are not of the same length. #63

Closed ronaldtanner closed 3 years ago

ronaldtanner commented 4 years ago

` File "/femagtools/airgap.py", line 47, in read br = np.interp(phi, phitab, bx) File "<__array_function__ internals>", line 6, in interp File "/numpy/lib/function_base.py", line 1412, in interp return interp_func(x, xp, fp, left, right) ValueError: fp and xp are not of the same length.