Details
-
Type:
Bug
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_modelfit
-
Labels:None
-
Team:Data Release Production
Description
Line 111 of tests/testTruncatedGaussian.py fails on my Mac because my scipy (version 0.13.0) has no scipy.integrate.Inf:
return scipy.integrate.quad(func, 0.0, scipy.integrate.Inf)
|
scipy.integrate.Inf appears three times in that file. The symbol is also missing from scipy 0.10.1 on lsst11
This is with the current master b6e7588 (the Affected Version/s field doesn't accept this).
Attachments
Issue Links
- duplicates
-
DM-1179 testTruncatedGaussian.py fails due to a missing scipy symbol
- Done
Jim, remind me to add meas_multifit to the BB stack once this is handled.