File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pulse/interface/user_input/model/setup/acoustic Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -945,7 +945,7 @@ def update_tabs_visibility(self):
945945 self .lineEdit_connection_type .setText ("" )
946946 self .pushButton_remove .setDisabled (True )
947947 self .tabWidget_compressor .setTabVisible (3 , False )
948- for (property , _ ) in self .properties .nodal_properties .keys ():
948+ for (property , * _ ) in self .properties .nodal_properties .keys ():
949949 if property == "compressor_excitation" :
950950 self .tabWidget_compressor .setCurrentIndex (0 )
951951 self .tabWidget_compressor .setTabVisible (3 , True )
@@ -955,7 +955,7 @@ def update_tabs_visibility(self):
955955 def spinBox_event_number_of_points (self ):
956956 if self .aquisition_parameters_processed :
957957 self .process_aquisition_parameters ()
958-
958+
959959 def spinBox_event_max_frequency (self ):
960960 if self .aquisition_parameters_processed :
961961 self .process_aquisition_parameters ()
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pulse"
3- version = " 2.0.7 "
3+ version = " 2.0.8 "
44description = " Open Source Software for Pulsation Analysis of Pipeline Systems"
55authors = [
66 " Olavo Silva <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments