Skip to content

Commit

Permalink
Update stellarphot/utils/version_migrator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Cabanela <[email protected]>
  • Loading branch information
mwcraig and JuanCab authored Oct 13, 2024
1 parent 8c8fb62 commit 6b267ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellarphot/utils/version_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _migrate_v1_v2(self, data):
"Dec": "dec",
}

# THe new night calculation is better, so drop the old one
# The new night calculation is better, so drop the old one
del new_data["night"]

# Handle changes in instrumental magnitude column names
Expand Down

0 comments on commit 6b267ce

Please sign in to comment.