Skip to content

Commit

Permalink
Merge pull request #431 from lsst/tickets/SP-1704
Browse files Browse the repository at this point in the history
remove slow plots from batch
  • Loading branch information
yoachim authored Nov 13, 2024
2 parents 5e4b06c + 94874d5 commit 8980306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rubin_sim/maf/batches/science_radar_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,7 @@ def science_radar_batch(
run_name=runName,
summary_metrics=lightcurve_summary(),
display_dict=displayDict,
plot_funcs=[plots.HealpixSkyMap()],
)
bundleList.append(bundle)

Expand All @@ -1219,6 +1220,7 @@ def science_radar_batch(
run_name=runName,
summary_metrics=lightcurve_summary(),
display_dict=displayDict,
plot_funcs=[plots.HealpixSkyMap()],
)
bundleList.append(bundle)

Expand Down Expand Up @@ -1364,6 +1366,7 @@ def science_radar_batch(
info_label="single model",
summary_metrics=lightcurve_summary(),
display_dict=displayDict,
plot_funcs=[plots.HealpixSkyMap()],
)
bundleList.append(bundle)

Expand All @@ -1386,6 +1389,7 @@ def science_radar_batch(
info_label="all models",
summary_metrics=lightcurve_summary(),
display_dict=displayDict,
plot_funcs=[plots.HealpixSkyMap()],
)
bundleList.append(bundle)

Expand Down

0 comments on commit 8980306

Please sign in to comment.