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!
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!