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
Trying to pretty-print the following interval vector with icecream raises a TypeError
from codac import *
from icecream import ic
b2_iv = IntervalVector([[-0.5418019655155, -0.4680189629224],[-0.4088904965983, -0.3177809931966]])
ic(b2_iv)
The text was updated successfully, but these errors were encountered:
Trying to pretty-print the following interval vector with
icecream
raises aTypeError
The text was updated successfully, but these errors were encountered: