Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Urgent?:No
Description
Obviously it's a dumb "just don't do that" kind of thing, but if you just
import lsst.afw.math as afwMath
|
sctrl = afwMath.StatisticsControl()
|
sctrl.setNumIter(0)
|
then you get a C++ assertion error, but things then propagate in a way that kills python/your kernel.