Skip to content

Commit

Permalink
deprecating having to fix DR1 target types. We broke backwards-compat…
Browse files Browse the repository at this point in the history
…ibility with DR1 a while back.
  • Loading branch information
geordie666 committed Sep 10, 2018
1 parent de542d3 commit 4256ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desitarget/cuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2630,7 +2630,7 @@ def _finalize_targets(objects, desi_target, bgs_target, mws_target):
targets = desitarget.targets.finalize(
objects, desi_target, bgs_target, mws_target)

return io.fix_tractor_dr1_dtype(targets)
return targets

#- functions to run on every brick/sweep file
def _select_targets_file(filename):
Expand Down

0 comments on commit 4256ef2

Please sign in to comment.