Skip to content

Math over SiRealList

  • Use of __eq__
  • Expanding the testing cases to right operands
  • Deprecation of modifying the label
  • Implementation of SiRealList ** SiRealList

Other fixes

  • The operation "+" did not return the correct units.
    E.g.: [-0.1, 0.0, 0.1, 0.2] (volts) + [-10, 30, 30, 70] (millivolts) should return [-110, 30, 130, 270] (mV), but the same array with units "volts" was returned.
Edited by Jaime Gonzalez Gomez

Merge request reports

Loading