Tarskin / MassyTools

A data processing tool for targeted high-throughput MALDI-MS data extraction.
Apache License 2.0
3 stars 4 forks source link

Python3.8 compatability #28

Open Tarskin opened 4 years ago

Tarskin commented 4 years ago

MassyTools requires a few fixes to ensure python3.8 compatibility, including a refactoring around linspace and making implicit inheritance explicit.

Tarskin commented 4 years ago

Partially solved, at expense of a performance hit, caused by doing a pre-processing step that should be done once (determine information about the analytes) for each mass spectrum.