Skip to content

test_histogram.py::test_save does not pass #15

Description

@jbdurand

In test_histogram.py::test_save(myi), the principle is to create an Histogram object c1 from a file f1, save it into another file f2 and to create an Histogram object c2 from file f2. Then the string representations of c1 and c2 are compared:
assert str(c1) == str(c2)
The test succeeds in linux and windows CI but fails on mac. Can anyone try and tell me why, please?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions