Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IntervalVector pretty-printting bug with Python #111

Open
NuwanHerathM opened this issue Mar 29, 2024 · 0 comments
Open

IntervalVector pretty-printting bug with Python #111

NuwanHerathM opened this issue Mar 29, 2024 · 0 comments

Comments

@NuwanHerathM
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant