Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nicer __repr__ for ReturnDataView (#2192)
Previously: ``` <ReturnDataView(<amici.amici.ReturnData; proxy of <Swig Object of type 'amici::ReturnData *' at 0x7f794a9ef8d0> >)> ``` Now: ``` <ReturnDataView(id='ctrl+basal_preeq', status=AMICI_SUCCESS)> ```
- Loading branch information