Skip to content

Commit

Permalink
Remove defunct TODO comment in config/sky.py.
Browse files Browse the repository at this point in the history
The ISR configuration overrides are already loaded later in the config,
so we don't need a TODO reminding us to do that in the future.
  • Loading branch information
TallJimbo committed Apr 17, 2020
1 parent 467c8b8 commit dba29a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/sky.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

import os.path

# The following will have to be uncommented and adapted when the
# X-talk correction will be active
#from lsst.obs.lsst.isr import SubaruIsrTask
#config.isr.retarget(SubaruIsrTask)
#config.isr.load(os.path.join(getPackageDir("obs_lsst"), "config", "isr.py"))
configDir = os.path.dirname(__file__)

config.load(os.path.join(configDir, "lsstCamCommon.py"))
Expand Down

0 comments on commit dba29a9

Please sign in to comment.