-
Notifications
You must be signed in to change notification settings - Fork 7
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
Clean and finalize removal of the basilisk dependencies #50
Conversation
- Global import matchms. - Operate on reticulate Python objects directly instead of using Python string scripts. - Custom`r_to_py` for direct reticulate instead of `rspec_to_pyspec`. - Removed some unused helper functions.
To get started, users should do the following: ``` reticulate::install_python() install_python_packages() ```
Also use `assign` instead of `<<-` to assign the matchms import to the global namespace.
Because using `r_to_py.Spectra` can't take additional arguments.
- NumPy < 2.0 - Use pip in conda
Manage Python environment with reticulate instead of basilisk
I see you changed all the parameters names to remove the "Param" ending. Wouldn't it make more sense to follow the general naming of these kind of functions of RforMassSpectrometry ? |
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.
No coding changes on my side, just small comments.
It must have been so much work, but it was worth it because this is really really cool ! Thanks
Thanks for the review! especially because it's so much at present. I'll fix and push the changes you requested. Regarding the naming of parameters
|
This PR: