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
Application crashed during wavelet analysis using pyBOAT on a Mac (M2 chip). Terminal logs are shown below. All tips are welcome!
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/pyboat/ui/data_viewer.py", line 968, in run_wavelet_ana
self.anaWindows[self.w_position] = WaveletAnalyzer(
^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/pyboat/ui/analysis.py", line 147, in init
self.initUI(position)
File "/opt/anaconda3/lib/python3.12/site-packages/pyboat/ui/analysis.py", line 167, in initUI
pl.plot_signal_modulus(
File "/opt/anaconda3/lib/python3.12/site-packages/pyboat/plotting.py", line 322, in plot_signal_modulus
cb.set_label("Wavelet Power", rotation="0", labelpad=-12, fontsize=0.9 * label_size)
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/colorbar.py", line 967, in set_label
self.ax.set_xlabel(label, loc=loc, **kwargs)
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/axes/_base.py", line 3556, in set_xlabel
return self.xaxis.set_label_text(xlabel, fontdict, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/axis.py", line 1867, in set_label_text
self.label.update(kwargs)
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/text.py", line 205, in update
ret.extend(super().update(kwargs))
^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/artist.py", line 1206, in update
return self._update_props(
^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/artist.py", line 1192, in _update_props
ret.append(func(v))
^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/text.py", line 1234, in set_rotation
raise ValueError("rotation must be 'vertical', 'horizontal' or "
ValueError: rotation must be 'vertical', 'horizontal' or a number, not 0
[1] 4952 abort pyboat
The text was updated successfully, but these errors were encountered:
Hi,
Application crashed during wavelet analysis using pyBOAT on a Mac (M2 chip). Terminal logs are shown below. All tips are welcome!
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/pyboat/ui/data_viewer.py", line 968, in run_wavelet_ana
self.anaWindows[self.w_position] = WaveletAnalyzer(
^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/pyboat/ui/analysis.py", line 147, in init
self.initUI(position)
File "/opt/anaconda3/lib/python3.12/site-packages/pyboat/ui/analysis.py", line 167, in initUI
pl.plot_signal_modulus(
File "/opt/anaconda3/lib/python3.12/site-packages/pyboat/plotting.py", line 322, in plot_signal_modulus
cb.set_label("Wavelet Power", rotation="0", labelpad=-12, fontsize=0.9 * label_size)
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/colorbar.py", line 967, in set_label
self.ax.set_xlabel(label, loc=loc, **kwargs)
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/axes/_base.py", line 3556, in set_xlabel
return self.xaxis.set_label_text(xlabel, fontdict, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/axis.py", line 1867, in set_label_text
self.label.update(kwargs)
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/text.py", line 205, in update
ret.extend(super().update(kwargs))
^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/artist.py", line 1206, in update
return self._update_props(
^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/artist.py", line 1192, in _update_props
ret.append(func(v))
^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/matplotlib/text.py", line 1234, in set_rotation
raise ValueError("rotation must be 'vertical', 'horizontal' or "
ValueError: rotation must be 'vertical', 'horizontal' or a number, not 0
[1] 4952 abort pyboat
The text was updated successfully, but these errors were encountered: