Reinstate "CubeList._repr_html_" method. #4973
Labels
Feature: ESMValTool
Peloton 🚴♂️
Target a breakaway issue to be caught and closed by the peloton
Type: Bug
🐛 Bug Report
How To Reproduce
CubeList([])._repr_html_()
ought to produce an html string,but instead fails with a simple
AttributeError: 'CubeList' object has no attribute '_repr_html_'
Notes
Seems to be a bug introduced in #4767
We already test the behaviour of
CubeListRepresentation.repr_html()
But tests don't call
CubeList._repr_html_
itself.Fix should include a test that
CubeList._repr_html_
CubeListRepresentation
, andrepr_html
(can be mock-ist)
The text was updated successfully, but these errors were encountered: