csep.utils.stats.max_or_none

csep.utils.stats.max_or_none(x)[source]

Given an array x, returns the max value. If x = [], returns None.