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 "run_MUSIC_lin_array_X310_TwinRX.py", line 201, in
main()
File "run_MUSIC_lin_array_X310_TwinRX.py", line 189, in main
tb = top_block_cls()
File "run_MUSIC_lin_array_X310_TwinRX.py", line 133, in init
self.tab_grid_layout_1.addWidget(self.doa_compass.this_layout)
TypeError: arguments did not match any overloaded call:
addWidget(self, QWidget): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
The text was updated successfully, but these errors were encountered:
Issue Description
I am having difficulties making MUSIC RUN
here is the error:
I am running gnuradio and it is giving me:
Traceback (most recent call last):
File "run_MUSIC_lin_array_X310_TwinRX.py", line 201, in
main()
File "run_MUSIC_lin_array_X310_TwinRX.py", line 189, in main
tb = top_block_cls()
File "run_MUSIC_lin_array_X310_TwinRX.py", line 133, in init
self.tab_grid_layout_1.addWidget(self.doa_compass.this_layout)
TypeError: arguments did not match any overloaded call:
addWidget(self, QWidget): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
The text was updated successfully, but these errors were encountered: