-
Notifications
You must be signed in to change notification settings - Fork 34
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
convert chn labels from list to array #117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you follow the steps described here? --> https://numpy.org/doc/stable/reference/generated/numpy.asarray.html
else you'll have to install black, flake8, isort, etc. and manually run them on your changes to make sure that the codestyle complies with the rest of the library
Co-authored-by: Stefan Appelhoff <stefan.appelhoff@mailbox.org>
I agree that using |
please also add yourself here: https://github.com/sappelhoff/pyprep/blob/master/.zenodo.json and add an entry to the changelog: https://github.com/sappelhoff/pyprep/blob/master/docs/whats_new.rst |
Done |
Thanks @OleBialas |
My pleasure, thanks for inviting me to contribute |
Added list-to-array conversion in
ransac.find_bad_by_ransac
test totest_find_bad_by_ransac
.closes #116