barahona-research-group / RamanSPy

RamanSPy: An open-source Python package for integrative Raman spectroscopy data analysis
https://ramanspy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 17 forks source link

Kernel Denoising attribute name #7

Closed InnocenteSimone closed 11 months ago

InnocenteSimone commented 11 months ago

Hi, Is not possible to create the Kernel denoising object, since the subclass Kernel, which derives from PreprocessingStep, has an additional parameter called "method" which is already available in the PreprocessingStep class, thus I got the error {TypeError}Kernel.init() takes 1 positional but 2 were given.

dgeorgiev21 commented 11 months ago

Thank you for reaching out to report this bug!

We will investigate this and fix the potential error as soon as possible.

Thank you again!


If you find RamanSPy useful, please consider starring the project on GitHub! Your support means a lot!

dgeorgiev21 commented 11 months ago

This issue should now be resolved (see changes above).


If you find RamanSPy useful, please consider starring the project on GitHub! Your support means a lot!