experimenter icon indicating copy to clipboard operation
experimenter copied to clipboard

Absolute value calculated on nonexistent points

Open data-sync-user opened this issue 1 week ago • 0 comments

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

data-sync-user avatar Dec 22 '25 17:12 data-sync-user