pangeo-data / scikit-downscale

Statistical climate downscaling in Python
https://scikit-downscale.readthedocs.io/en/latest/
Apache License 2.0
185 stars 47 forks source link

check_fit_check_is_fitted fails for 1D estimators #77

Closed tcchiao closed 2 years ago

tcchiao commented 2 years ago

sklearn check_fit_check_is_fitted uses 2 features by default, thus the test fails for estimators that require only 1 input features. Marking these as xfails