Skip to content
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

add helper for installing sklearn #11

Merged
merged 5 commits into from
Apr 8, 2021
Merged

add helper for installing sklearn #11

merged 5 commits into from
Apr 8, 2021

Conversation

palday
Copy link
Member

@palday palday commented Apr 8, 2021

For some reason, this doesn't seem to be installed by default, but is needed for some functionality. I like having a default smaller install (more Julian), so I don't want to include this as part of the build process.

@palday palday requested a review from ararslan April 8, 2021 17:38
src/PyMNE.jl Outdated Show resolved Hide resolved
@palday palday requested a review from ararslan April 8, 2021 19:39
@palday palday merged commit 20c06cd into main Apr 8, 2021
@palday palday deleted the pa/sklearn branch April 8, 2021 19:55

The default version is the latest stable version.
"""
function install_sklearn(version="latest"; verbose=false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a late comment, but would this be better as install_sklearn!?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's modifying state, but not the state of any its arguments (or of any existing binding)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants