When running the testsuite locally (MacOS) I get sometimes (reproducible) errors on
tests/test_check_estimators.py::test_sklearn_compatible_estimator[KernelPCovR()-check_fit_idempotent]
The test is verifying that results are the same if the fit method is run twice on the same input. The code is located here