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
The private _previous attribute on the AFAxesPlan has a bug: if the same AFplan object is used to iterate multiple times, the second time(s) will be different than the first. As a rather ugly workaround, we could have iter_sequence clear the _previous attribute...
The text was updated successfully, but these errors were encountered:
The private
_previous
attribute on the AFAxesPlan has a bug: if the same AFplan object is used to iterate multiple times, the second time(s) will be different than the first. As a rather ugly workaround, we could have iter_sequence clear the_previous
attribute...The text was updated successfully, but these errors were encountered: