in jetstream/statistics.py [0:0]
def suppress_infinites(cls, v): if not isinstance(v, float) or math.isfinite(v): return v return None