Skip to content

IntervalVector pretty-printting bug with Python #111

@NuwanHerathM

Description

@NuwanHerathM

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions