We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In utils.py the LtE.__str__ is set to the wrong function.
utils.py
LtE.__str__
LtE.__str__ = str_Lt
It should be
LtE.__str__ = str_LtE