Closed ziofil closed 3 months ago
The auto_shape was off by 1 (e.g. Coherent([0], 0.0, 0.0) had a shape of (0,) rather than (1,)).
Coherent([0], 0.0, 0.0)
(0,)
(1,)
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.05%. Comparing base (bc238b9) to head (bbbd9fc).
bc238b9
bbbd9fc
The auto_shape was off by 1 (e.g.
Coherent([0], 0.0, 0.0)
had a shape of(0,)
rather than(1,)
).