Skip to content

Commit

Permalink
Do not remove maxmags column
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Feb 8, 2024
1 parent 8cc0145 commit e1a9d66
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 e1a9d66

Please sign in to comment.