Amulya Baniya
Amulya Baniya
https://drive.google.com/file/d/1m8-EBPgi5MRubrm6iQjafK2QMHDBMSfJ/view Use this link.
Although I have to mention that, spectroscopic data are not of `dtype` `int`. The other classes like (SNV) faces similar problem with dtype. If you agree, we can just edit...
Hi @paucablop. Well, I was working in NMR data, and forgot to change the `dtype` to float (the intensities are integers).
Hi @paucablop. Yes you can assign the task to me. I am happy to contribute.
> Thank you! After some investigation, I've come to the conclusion that the most effective approach would be to validate the data during the fitting and transform process for each...
I've attempted to refactor the entire code, but due to time constraints, I haven't been able to do so. However, this should still function properly. Can you confirm this @RicardoMBorges...
Your code seems to work. The only bug I found was this (not sure if it's a bug tbh) In line 678. Instead of ```python ind_blocks = numpy.array([0, numpy.cumsum(ind_blocks, 0)],...