Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Tim Jenness
Tim JennessReporter
Russell Owen
Russell OwenReviewers
Russell Owen
Story Points
0.2
RubinTeam
Architecture
Components
Checklist
Checklist
Created August 22, 2016 at 6:00 PM
Updated September 1, 2016 at 1:53 PM
Resolved August 23, 2016 at 2:45 PM
lsst.pex.config.ChoiceField fails in Python 2 with:
ValueError: ChoiceField's allowed choice variance is of incorrect type str. Expected future.types.newstr.newstr
if created using normal strings for the choices or default. I saw this in
noiseReplacer.py
when converting meas_base to be Python 3 compatible.