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.
Hey David Reiss, do you have time to review this? It should be pretty trivial!