You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

This page contains ideas for code refactoring ideas and hack proposals for the LSST2017 meeting. The "Hack Lounge" is open from Monday morning to Thursday evening in the COTTONWOOD room. On Friday the Python 3 session is in ASTER II.

Please edit this page with ideas. Larger changes should get their own confluence page linked from here. Standalone tasks should be linked to JIRA tickets that should be included below.

Test file renaming and removing executable bit (Jonathan Sick)

Migrate from pyfits to astropy.io.fits

  • afw
  • daf_butlerUtils
  • galsim (looks like this just needs edit to table file)
  • obs_base
  • obs_subaru

Flake8 fixes

For each package, make it flake8 clean and update the travis settings in the repository to use flake8 to check each pull request.

As we make packages flake8 clean and "pytest" clean we can add the --flake8 option to pytest so that flake8 consistency is checked during test phase.

Update Flake8 to check docstring/comment line length independently of code line length

See https://github.com/PyCQA/pycodestyle/issues/344

John Parejko and Paul Price have expressed interest in leading this one. Jonathan Sick might have some ideas on where to implement.

Warnings from tests

Many tests generate warnings (3 tests in afw), we should assess these and try to fix them.

Many tests trigger deprecation warnings. afw issues some for incorrect assert calls. Run pytest -Wd to display all the warnings – afw currently has 123 warnings.


SAL Updates (Dave Mills / Unknown User (pschella))

  • Pybind11
  • Python 3
  • Ndarray?

Migrate to matplotlib2?

  • No labels