Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_modelfit
-
Labels:
-
Team:Data Release Production
Description
The unit test testTruncatedGaussian.py fails on my Macs using the v9_2 stack, including its anaconda 1.8.1 with:
File "tests/testTruncatedGaussian.py", line 117, in integrate2d
|
return scipy.integrate.dblquad(func, 0.0, scipy.integrate.Inf,
|
AttributeError: 'module' object has no attribute 'Inf'
|
I see this on master c50ad6f but I've seen it for awhile (and I thought I'd reported it before, but I couldn't find it on JIRA).
Just added a commit to address this on u/jbosch/
DM-641, as it's come up again in that review. Will close this ticket once that's merged to master.