Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:
-
Story Points:3
-
Epic Link:
-
Sprint:Alert Production F16 - 9, Alert Production F16 - 10, Alert Production F16 - 11, Alert Production F16 - 11b, Alert Production F16 - 11c
-
Team:Alert Production
Attachments
Issue Links
- blocks
-
DM-7293 Port meas_modelfit to Python 3
- Done
-
DM-7305 Port obs_lsstSim to Python 3
- Done
-
DM-7306 Port obs_subaru to Python 3
- Done
-
DM-7307 Port obs_decam to Python 3
- Done
-
DM-7308 Port obs_sdss to Python 3
- Done
-
DM-7309 Port obs_cfht to Python 3
- Done
-
DM-7324 Port ci_hsc to Python 3
- Done
-
DM-7328 Port validate_drp to Python 3
- Done
-
DM-7756 Port pipe_drivers to Python 3
- Done
-
DM-7298 Port datarel to Python 3
- Won't Fix
- is blocked by
-
DM-7152 Port afw to Python 3
- Done
-
DM-7243 Adapt geom to py3
- Done
-
DM-7245 Port pipe_base to Python 3
- Done
-
DM-7246 Port skymap to Python 3
- Done
-
DM-7258 Port coadd_utils to Python 3 and update unit tests for pytest
- Done
-
DM-7261 Update coadd_chisquared for Python 3
- Done
-
DM-7262 Port meas_base to Python 3
- Done
-
DM-7288 Port meas_astrom to python 3
- Done
-
DM-7289 Port meas_algorithms to python 3
- Done
-
DM-7296 Port ip_isr to Python 3
- Done
-
DM-7297 Port ip_diffim to Python 3
- Done
-
DM-7303 Port meas_deblender to Python 3
- Done
- is triggering
-
DM-8017 There is a difference in how the background is being modeled in py2 and py3.
- Won't Fix
-
DM-8032 Tighten testProcessCcd thresholds once background model is fixed
- Done
- relates to
-
DM-7686 Fix afw schema addField in python 3
- Invalid
-
RFC-227 Remove long from afw schema aliases
- Implemented
-
DM-6179 Support Python 3 migration
- Done
-
DM-7390 Improve tests highly sensitive to random seeds
- Won't Fix
- mentioned in
-
Page Loading...
I've gotten pipe_tasks and pex_config to pass py2 Jenkins by making a tickets/
DM-7292branch for pex_config and editing pex_config/listField per Tim Jenness' suggestion. However, the full build I ran failed on obs_subaru. Something I didn't touch, pex_config/dictField, is apparently causing a FieldValidationError when obs_subaru is tested. I can't tell if this problem arose indirectly from my small edit to pex_config/listField or not? It's strings all the way down. Here is the relevant Jenkins brain dump. Input appreciated.