Skip to content

Exception at every run #20

@lucaspradi

Description

@lucaspradi

Hi!

I'm using WSL CLI to run a python script to experiment the DreaMS embedding for MN and spectral matching and it has been working so far. The only problem is that every time I run, I get this message after all the code is finished.

Exception ignored in: <function MSData.del at 0x7f03d0df3060>
Traceback (most recent call last):
File "/home/lucaspradi/DreaMS/dreams/utils/data.py", line 222, in del
AttributeError: 'NoneType' object has no attribute 'File'
Exception ignored in: <function MSData.del at 0x7f03d0df3060>
Traceback (most recent call last):
File "/home/lucaspradi/DreaMS/dreams/utils/data.py", line 222, in del
AttributeError: 'NoneType' object has no attribute 'File'

I didn't noticed any interference in the results so far, but still not nice to see an exception being thrown every run.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions