mgalardini / pyseer

SEER, reimplemented in python 🐍🔮
http://pyseer.readthedocs.io
Apache License 2.0
104 stars 25 forks source link

More robust annotation parsing #235

Closed johnlees closed 1 year ago

johnlees commented 1 year ago

Adds a check for number of fields, which is more robust when annotations contain semi colons

Fixes #228

mgalardini commented 1 year ago

I see that the problem (which we were not having before) is due to missing "X" capabilities, meaning no plot can be made. Given that the scree plot thing is a convenience script I would be happy to just drop testing it (or avoid a crash if it fails)