-
Notifications
You must be signed in to change notification settings - Fork 16
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
RuntimeWarning: Could not locate the config file. #33
Comments
I have the same warning when I import |
The warning is emitted in pylearn-parsimony/parsimony/config.py Lines 44 to 55 in 969ea18
I guess something's wrong with pylearn-parsimony/parsimony/config.py Lines 71 to 82 in 969ea18
It would help if you could add print statements to find the path of the config file and start investigating why it is missing. This might be related: pylearn-parsimony/parsimony/config.py Lines 29 to 31 in 969ea18
|
I have install pylearn-parsimony accordingly but when I run the example code for elastic net:
It then returns:
The text was updated successfully, but these errors were encountered: