GateNLP/python-gatenlp

is.success() double call on these lines errors

nicksunderland opened this issue · 2 comments

ret = self.parser.parse(location, context).issuccess()

fix: ret = self.parser.parse(location, context) #.issuccess()

??

That looks like a typo, thanks.
Demonstrates, that we need way more unit tests for the pampac code!

Fixed on branch main