nert-nlp/streusle

missing import: tags2sst in pssid/identify.py

Opened this issue · 1 comments

Pointed out by @WesScivetti. @jakpra do you happen to remember if we renamed that file or what?

jakpra commented

I don't remember, but it looks like (a) the needed function (tags2sst.render) should be mwerender.render (at least it has the same call signature - not sure if the output is exactly what we want here), and (b) it is only called if args.sst==True, i.e., if the requested output format is *.sst, which I think is deprecated, so you may as well just comment out the import.