Error caused by numpy>=2, Obspy <=1.3.0
Ex: Q330-sample
Traceback (most recent call last):
File "/Users/ldam/Documents/GIT/sohview/sohstationviewer2/sohstationviewer/view/plotting/time_power_square/time_power_squared_widget.py", line 265, in channel_done
self.clean_up(chan_id)
File "/Users/ldam/Documents/GIT/sohview/sohstationviewer2/sohstationviewer/view/plotting/time_power_square/time_power_squared_widget.py", line 284, in clean_up
self.done()
File "/Users/ldam/Documents/GIT/sohview/sohstationviewer2/sohstationviewer/view/plotting/time_power_square/time_power_squared_widget.py", line 299, in done
self.set_lim_markers()
File "/Users/ldam/Documents/GIT/sohview/sohstationviewer2/sohstationviewer/view/plotting/time_power_square/time_power_squared_widget.py", line 599, in set_lim_markers
zm1.set_data(five_minute_idx, - day_idx)
File "/Users/ldam/anaconda3/envs/passtest/lib/python3.10/site-packages/matplotlib/lines.py", line 665, in set_data
self.set_xdata(x)
File "/Users/ldam/anaconda3/envs/passtest/lib/python3.10/site-packages/matplotlib/lines.py", line 1289, in set_xdata
raise RuntimeError('x must be a sequence')
RuntimeError: x must be a sequence
Edited by Lan Dam