Open VictorHuynh opened 4 months ago
"data['error'] contains np.inf" suggests that there's a positive infinity somewhere in the data, probably causing an error b/c you can't exactly plot infinity. Maybe need to find what calculation is creating the infinity or a way to represent infinity in a plot?
Describe the bug AssertionError: data['error'] contains np.inf Occurs ~19/20 of the time, but (strangely) is able to produce a plot ~1/20 of the time
To Reproduce Steps to reproduce the behavior:
Expected behavior A plot should be generated. If not, then a way to handle exceptions that doesn't cause the program to fail
Screenshots