Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] fix
test_plot_crossplot_interval
for interval predictions (#67)
This PR fixes an unreported bug with `test_plot_crossplot_interval` - it would fail for interval predictions as internally the input would be incorrectly identified as a distribution - as the check checks whether a `quantiles` method is present, and `DataFrame`-s have this too, not just distributions. This is rectified by an explicit type check. Tests for the input case are also added.
- Loading branch information