sktime / skbase

Base classes for creating scikit-learn-like parametric objects, and tools for working with them.
BSD 3-Clause "New" or "Revised" License
17 stars 11 forks source link

[ENH] add test that html repr of objects does not crash #359

Closed fkiraly closed 2 weeks ago

fkiraly commented 2 weeks ago

This adds a test that calling _repr_html_ of any object does not crash.

This adds coverage for the failure case in https://github.com/sktime/sktime/pull/7043.

Mirror of https://github.com/sktime/sktime/pull/7151, closes #357