I was trying to test the package locally in a brand new environment and I see that several tests are failing due to the same error:
ValueError: Unable to determine Axes to steal space for Colorbar. Either provide the *cax* argument to use as the Axes for the Colorbar, provide the *ax* argument to steal space from it, or add *mappable* to an Axes.
../../../miniconda3/envs/test_ixpeobssim/lib/python3.9/site-packages/matplotlib/figure.py:1256: ValueError
Searching online looks like something changed with the colorbar in the new version of matplotlib released a week ago. No problems using matplotlib 3.5.3.
I was trying to test the package locally in a brand new environment and I see that several tests are failing due to the same error:
Searching online looks like something changed with the colorbar in the new version of
matplotlibreleased a week ago. No problems usingmatplotlib 3.5.3.