Skip to content

Commit

Permalink
Merge pull request #204 from sot/dont-remove-maxmags-column
Browse files Browse the repository at this point in the history
Leave `maxmags` column in ACA Review Table
  • Loading branch information
taldcroft authored Feb 9, 2024
2 parents 8cc0145 + e1a9d66 commit 08e6c1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sparkles/aca_check_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ def __init__(self, *args, **kwargs):
)
self.add_column(mag_errs, index=self.colnames.index("mag") + 1)

# Don't want maxmag column
if "maxmag" in self.colnames:
del self["maxmag"]

# Customizations for ACAReviewTable. Don't really need 2 decimals on these.
for name in ("yang", "zang", "row", "col"):
self._default_formats[name] = ".1f"
Expand Down

0 comments on commit 08e6c1e

Please sign in to comment.