4DNucleome / PartSeg

Consider decorating method with @staticmethod PYL-R0201
Performance
Major
5 months ago4 years old
Method doesn't use the class instance and could be converted into a static method
 66        super().set_mask(mask)
 67        self.parameters["threshold"] = None
 68
 69    def get_info_text(self): 70        return "No info [Report this ass error]"
 71
 72    def get_segmentation_profile(self) -> ROIExtractionProfile: