phenotypic.grid.CenteredAutoGridFinderFallbackWarning#

exception phenotypic.grid.CenteredAutoGridFinderFallbackWarning[source]#

Bases: UserWarning

Warning category for fallbacks and bounded-ambiguous fits in CenteredAutoGridFinder (degenerate comb-response, ICP failure, bound contradiction, low colony count). Filter in batch runs:

import warnings
from phenotypic.grid import CenteredAutoGridFinderFallbackWarning
warnings.filterwarnings("ignore", category=CenteredAutoGridFinderFallbackWarning)
add_note()#

Exception.add_note(note) – add a note to the exception

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#