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

Integration failure #52

Open
ozzyRebello opened this issue Jan 11, 2020 · 4 comments
Open

Integration failure #52

ozzyRebello opened this issue Jan 11, 2020 · 4 comments
Assignees
Labels

Comments

@ozzyRebello
Copy link

Happytools does not entirely function with Python 3.8. Even with Python 3.7.0 (32 bit) the program has similar issues.
The chromatograms can be opened, baseline correction works, calibration also works. However, the program does not work for the integration.
In case of Python 3.7.0, (32 bit) on uninstalling the numpy, scipy and matplotlib libraries and reinstalling the recommended version of numpy 1.15.0 , scipy 1.1.0 and matplotlib 2.2.3; the integration function of happytools works.

@Tarskin
Copy link
Owner

Tarskin commented Jan 15, 2020

Would you be able to specify the library versions that you were using that caused the error?

@Tarskin Tarskin added the bug label Jan 15, 2020
@Tarskin Tarskin self-assigned this Jan 15, 2020
@Tarskin
Copy link
Owner

Tarskin commented Jan 15, 2020

This bug is caused by a change in numpy.linspace, where the number of steps now can no longer be safely interpreted as an integer (from a float).

Tarskin pushed a commit that referenced this issue Jan 15, 2020
@Tarskin
Copy link
Owner

Tarskin commented Mar 16, 2020

@ozzyRebello Has this bug been resolved with the mentioned commit?

@emrahyaman
Copy link

emrahyaman commented Oct 17, 2021

I have the same problem. My dataset consists of the fluorescence detector-obtained chromatograms of N-glycan compositions. I was able to introducing cromatograms and perform baseline correction, autocalibration and annotiation. however, the batch processing step does not work, when I click to "run" to start, the progress bar appears and ends the process very quickly. I get a completely empty "summary.results" file. By the way, the demo files (Igg chromatograms) included in HappyTools works correctly.
I am using windows 10 and lastest release of HappyTools. I have tried python versions 3.10, 3.9 and 3.8.
I'm quite begginer in python, would you specify how I run the commit above?

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

No branches or pull requests

3 participants