AMICI-dev/AMICI

ReturnDataView AttributeError: messages

dweindl opened this issue · 0 comments

ReturnData::messages should be accessible through ReturnDataView, but it is not:

  File "<ipython-input-11-af70a00a0ed0>", line 1, in <module>
    rdata.messages
  File "python/sdist/amici/numpy.py", line 87, in __getattr__
    raise AttributeError(item) from e
AttributeError: messages

also consider adding LogItem.__{str,repr}__.