`
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.
`
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.