Skip to content

enh(test): improve operator== tests for DataObjects

Description

These changes improve the equality tests for the DataObjects. More DataObjects are tested, more fields are tested, and both the equality and the inequality is tested.

Closes #983 (closed)

How to test it?

Run datatest.

Additional tests/tasks to run

  • The test fails in SeriesTest with the RescaleIntercept and RescaleSlope because of a typo in Series. This issue should be addressed.

Merge request reports