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
On line 1486 in csep/utils/plots.py the plot_comparison_test is failing due to an incompatible change in matplotlib. The fix currently exists in plot_poisson_consistency_test and should be duplicated in plot_comparison_test.
On line 1486 in csep/utils/plots.py the
plot_comparison_testis failing due to an incompatible change in matplotlib. The fix currently exists inplot_poisson_consistency_testand should be duplicated inplot_comparison_test.