From 8ee17784152072b7adce67d8253785843e2f646c Mon Sep 17 00:00:00 2001 From: Sasha Rahlin Date: Tue, 5 Sep 2023 16:22:30 -0500 Subject: [PATCH] black --- maps/python/map_modules.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/maps/python/map_modules.py b/maps/python/map_modules.py index 0f9ecca5..7d28f51d 100644 --- a/maps/python/map_modules.py +++ b/maps/python/map_modules.py @@ -521,7 +521,13 @@ class CoaddMaps(object): coadding. Otherwise, blindly coadds all input maps. """ - def __init__(self, map_ids=None, output_map_id=None, ignore_missing_weights=False, ensure_weighted_maps=True): + def __init__( + self, + map_ids=None, + output_map_id=None, + ignore_missing_weights=False, + ensure_weighted_maps=True, + ): self.coadd_frame = core.G3Frame(core.G3FrameType.Map) if output_map_id is not None: self.coadd_frame["Id"] = output_map_id