nice_range

mastml.utils.nice_range(lower, upper)[source]

Method to create a range of values, including the specified start and end points, with nicely spaced intervals

Args:

lower: (float or int), lower bound of range to create

upper: (float or int), upper bound of range to create

Returns:

(list), list of numerical values in established range