Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:DRP S17-3
-
Team:Data Release Production
Description
meas_base's tests/testVariance.py contains the line:
var.getArray()[bad, :] = float("nan")
|
Where bad is 54.0.
As of NumPy 1.12, this will throw an IndexError and the tests (obviously) fail.
Should be an easy fix.
(Assigned to me since it's blocking me from making progress, but I won't be able to look at it for a few hours — if somebody else catches it in the meantime, be my guest.)