Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Aug 26, 2024
1 parent 222da36 commit 239400a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/specprodDB/tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def main():
potential_targetphot = targetphot(potential_cat)
potential_tractorphot = tractorphot(potential_cat)
loaded_photometry = load_photometry(potential_tractorphot)
loaded_targetphot = load_targetphot(potential_targetphot, load_photometry)
loaded_targetphot = load_targetphot(potential_targetphot, loaded_photometry)
#
# Load targeting table.
#
Expand Down

0 comments on commit 239400a

Please sign in to comment.