From 6a98fe2f49c5f260621ddd6c7ba5d27fb24c8c93 Mon Sep 17 00:00:00 2001 From: Christopher Rhodes <christopher.rhodes@embl.de> Date: Thu, 21 Dec 2023 13:49:17 +0100 Subject: [PATCH] Consolidated more parameters into pydantic models --- extensions/chaeo/zmask.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/extensions/chaeo/zmask.py b/extensions/chaeo/zmask.py index 3089a58e..13c54b7d 100644 --- a/extensions/chaeo/zmask.py +++ b/extensions/chaeo/zmask.py @@ -27,9 +27,6 @@ class RoiSet(object): acc_mask, acc_raw, params=params, - # filters=params.filters, - # mask_type=params.mask_type, - # expand_box_by=params.expand_box_by ) self.acc_raw = acc_raw -- GitLab