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.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Story Points | 0.5 | 1 |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | David Reiss [ reiss ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Sprint | DRP S17-6 [ 365 ] | DRP S17-3 [ 360 ] |
Resolution | Done [ 10000 ] | |
Status | In Review [ 10004 ] | Done [ 10002 ] |
(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.)