experimenter
experimenter copied to clipboard
Absolute value calculated on nonexistent points
Some of the data points are missing the "point" value that the code calls abs() on to compute the relative metric change; because that lookup returns None, abs(None) raises a TypeError and breaks rendering. Need to add a guard against missing/null "point" values before computing
┆Issue is synchronized with this Jira Bug