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
We are getting the error TypeError: Improper input: func input vector length N=6 must not exceed func output vector length M=0, when using xgrid in fit_scan_sequence I thought we fixed this issues some while ago, but I can't remember. Maybe the xgrid=np.arange(-0.3,3,0.2) we use is the problem .. not sure.
The text was updated successfully, but these errors were encountered:
We are getting the error
TypeError: Improper input: func input vector length N=6 must not exceed func output vector length M=0
, when usingxgrid
infit_scan_sequence
I thought we fixed this issues some while ago, but I can't remember. Maybe thexgrid=np.arange(-0.3,3,0.2)
we use is the problem .. not sure.The text was updated successfully, but these errors were encountered: