tornikeo

Results 12 issues of tornikeo

The line https://github.com/qcxms/QCxMS/blame/6d88c068c21efccf9a4d73b8ebac75dbd069bef8/src/cid_module.f90#L3 seems to contain (what I assume) is an obvious syntax error. I'm no fortran expert, but - what's the purpose of this `cid_module.f90` file, if it can't...

Using .matrix of any similarity, when none of the scores are > 0, gets us an index error. Specifically: ```py from matchms.similarity import CosineGreedy from ..builder_Spectrum import SpectrumBuilder builder =...