Skip to content

Timeseries: Add __eq__ for equality comparison of Timeseries

Tjerk Vreeken requested to merge timeseries-equal-comparison into master

To compare two Timeseries, users were forced to compare the .times and .values properties of two Timeseries objects. This commit implements the eq operator, such that users can just do ts_a == ts_b.

Merge request reports