You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the formatting.diff_*_repr functions that provide the pretty-printing for assert_* use repr to format NEP-18 strings, truncating the result if it is too long. In the case of pint's quantities, this makes the pretty printing useless since only a few values are visible and the unit is in the truncated part.
What should we about this? Does pint have to change its repr?
At the moment, the
formatting.diff_*_repr
functions that provide the pretty-printing forassert_*
userepr
to format NEP-18 strings, truncating the result if it is too long. In the case of pint's quantities, this makes the pretty printing useless since only a few values are visible and the unit is in the truncated part.What should we about this? Does
pint
have to change itsrepr
?xref #3611
The text was updated successfully, but these errors were encountered: