Skip to content

Commit

Permalink
Black .. again
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Jun 18, 2024
1 parent bd41bb9 commit 0d52588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rubin_sim/maf/run_selfcal_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run_selfcal_metric():

ph = PlotHandler(results_db=results_db, out_dir=out_dir)
ph.set_metric_bundles([map_bundle])
_ = ph.plot(HealpixSkyMap(), plot_dicts={'color_min': -0.02, 'color_max': 0.02})
_ = ph.plot(HealpixHistogram(), plot_dicts={'percentile_clip': 99})
_ = ph.plot(HealpixSkyMap(), plot_dicts={"color_min": -0.02, "color_max": 0.02})
_ = ph.plot(HealpixHistogram(), plot_dicts={"percentile_clip": 99})

results_db.close()

0 comments on commit 0d52588

Please sign in to comment.