You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "friture/spectrogram.py", line 146, in handle_new_data
File "friture/imageplot.py", line 225, in addData
File "friture/imageplot.py", line 84, in addData
File "friture/spectrogram_image.py", line 100, in addData
File "friture/spectrogram_image.py", line 133, in floats_to_bytes
File "friture/spectrogram_image.py", line 158, in color_from_float
File "friture_extensions/lookup_table.pyx", line 35, in friture_extensions.lookup_table.pyx_color_from_float_2D
IndexError: Out of bounds on buffer access (axis 0)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "friture/spectrogram.py", line 146, in handle_new_data
File "friture/imageplot.py", line 225, in addData
File "friture/imageplot.py", line 84, in addData
File "friture/spectrogram_image.py", line 100, in addData
File "friture/spectrogram_image.py", line 133, in floats_to_bytes
File "friture/spectrogram_image.py", line 158, in color_from_float
File "friture_extensions/lookup_table.pyx", line 35, in friture_extensions.lookup_table.pyx_color_from_float_2D
IndexError: Out of bounds on buffer access (axis 0)
Reproduce:
Set both min and max color to the same value.
The text was updated successfully, but these errors were encountered: