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
fix: Use non-gui matplotlib backend for tests to avoid hanging on ipywidgets interact (#2098)
* Avoid the notebook tests hanging on the ipywidgets interact sections of `InterpolationCodes.ipynb`
by setting the matplotlib backend to the non-gui Agg which disallows the creation of the gui elements
that are causing the problem.
* Remove '%pylab inline' from InterpolationCodes.ipynb as pylab is very deprecated.
* Add --verobse flag to notebook tests to make it easier to track the progress of the notebooks in the
CI logs.
0 commit comments