Skip to content

Commit

Permalink
temporarily disable completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-long committed Jun 3, 2024
1 parent 72d43bf commit 447a2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doodads/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import astropy.units as u
from ..ref import bobcat
from .contrast_to_mass import ContrastToMass
from .completeness import Completeness
# from .completeness import Completeness

@xconf.config
class GetReferenceData(xconf.Command):
Expand Down Expand Up @@ -100,5 +100,5 @@ def configure_logging(self, level):
RunDiagnostics,
FitsTable,
ContrastToMass,
Completeness,
# Completeness,
])

0 comments on commit 447a2c8

Please sign in to comment.