Skip to content

Commit

Permalink
Merge pull request #83 from lsst/tickets/PREOPS-5046
Browse files Browse the repository at this point in the history
tickets/PREOPS-5046: set verbose=False in HealpixSlicer
  • Loading branch information
ehneilsen authored Apr 8, 2024
2 parents 359868e + d6228fd commit 38f7f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedview/compute/maf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def compute_hpix_metric_in_bands(visits, metric, constraint="", nside=32):
this_constraint = f"filter == '{this_filter}'"
if len(constraint) > 0:
this_constraint += f" AND {constraint}"
slicer = maf.HealpixSlicer(nside=nside)
slicer = maf.HealpixSlicer(nside=nside, verbose=False)
bundles[this_filter] = maf.MetricBundle(metric, slicer, this_constraint)

compute_metric(visits, bundles)
Expand Down

0 comments on commit 38f7f1f

Please sign in to comment.