Description
mne/decoding/tests/test_receptive_field.py::test_receptive_field_basic[cuda] - DeprecationWarning: The following error was raised: 'str' object has no attribute 'sklearn_tags'. It seems that there are no classes that implement
__sklearn_tags__
in the MRO and/or all classes in the MRO callsuper().__sklearn_tags__()
. Make sure to inherit fromBaseEstimator
which implements__sklearn_tags__
(or alternatively define__sklearn_tags__
but we don't recommend this approach). Note thatBaseEstimator
needs to be on the right side of other Mixins in the inheritance order. The default are now used instead since retrieving tags failed. This warning will be replaced by an error in 1.8.
fails for parametrizations 1
and cuda
; seen at https://github.com/mne-tools/mne-python/actions/runs/14539201724/job/40794402595?pr=13156#step:16:5998
(CI run for #13156)