-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_kde_predictor.py failing #87
Comments
Odd, succeeds on Travis: https://travis-ci.org/chengsoonong/acton/builds/202512217 What version of sklearn are you on? |
Strange isn't it? $ python
|
I have no idea what the problem is (and can't reproduce it). |
I'll try again when I've got more head space. |
$ ./test
................E..............
ERROR: KDEClassifier implements the scikit-learn interface.
Traceback (most recent call last):
File "/Users/ong017/Repo/acton/tests/test_kde_predictor.py", line 15, in test_sklearn_interface
acton.kde_predictor.KDEClassifier)
File "/Users/ong017/anaconda3/envs/astro/lib/python3.5/site-packages/sklearn/utils/estimator_checks.py", line 253, in check_estimator
check_parameters_default_constructible(name, Estimator)
File "/Users/ong017/anaconda3/envs/astro/lib/python3.5/site-packages/sklearn/utils/estimator_checks.py", line 1470, in check_parameters_default_constructible
with ignore_warnings(category=DeprecationWarning):
File "/Users/ong017/anaconda3/envs/astro/lib/python3.5/site-packages/sklearn/utils/testing.py", line 369, in enter
clean_warning_registry() # be safe and not propagate state + chaos
File "/Users/ong017/anaconda3/envs/astro/lib/python3.5/site-packages/sklearn/utils/testing.py", line 762, in clean_warning_registry
getattr(mod, reg).clear()
AttributeError: 'NoneType' object has no attribute 'clear'
Ran 31 tests in 7.023s
FAILED (errors=1)
The text was updated successfully, but these errors were encountered: