Skip to content

Commit

Permalink
Revert "test model update to remove"
Browse files Browse the repository at this point in the history
This reverts commit 693d5c4.
  • Loading branch information
BradleySappington committed Mar 7, 2024
1 parent 53858a8 commit 88d2938
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion jwql/website/apps/jwql/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class Anomalies(models.Model):
subsequently_masked_short = models.BooleanField(default=False)
monitored_short = models.BooleanField(default=False)
bright_object_not_a_short = models.BooleanField(default=False)
brad_delete_me = models.BooleanField(default=False)

def get_marked_anomalies(self):
"""Return all boolean field names (anomalies) currently set"""
Expand Down
1 change: 0 additions & 1 deletion jwql/website/apps/jwql/monitor_models/claw.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class NIRCamClawStats(models.Model):
skyflat_filename = models.CharField(blank=True, null=True)
doy = models.FloatField(blank=True, null=True)
total_bkg = models.FloatField(blank=True, null=True)
brad_delete_monitor = models.BooleanField(default=False)

class Meta:
managed = True
Expand Down

0 comments on commit 88d2938

Please sign in to comment.