We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abfb23 commit 7565e1aCopy full SHA for 7565e1a
1 file changed
tests/test_extensions/test_sklearn_extension/test_sklearn_extension.py
@@ -825,7 +825,7 @@ def test_serialize_advanced_grid_fails(self):
825
)
826
with self.assertRaisesRegex(
827
TypeError,
828
- "Object of type 'OpenMLFlow' is not JSON serializable",
+ ".*OpenMLFlow.*is not JSON serializable",
829
):
830
self.extension.model_to_flow(clf)
831
0 commit comments