In `utils.py` the `LtE.__str__` is set to the wrong function. ``` LtE.__str__ = str_Lt ``` It should be ``` LtE.__str__ = str_LtE ```