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
Depending on the "mode" it returns a qf.QFit instance or None. I agree that is would be nice if it always retuned the axes (not the figure) when it produces a plot
I ran
test = t2.fit_data(verbose=1)
, and expectedtest
to be the figure object, but instead I thinktest
isNone
The text was updated successfully, but these errors were encountered: