Skip to content

Commit 6df980c

Browse files
authored
Merge 89ecd20 into 6182aed
2 parents 6182aed + 89ecd20 commit 6df980c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pulse/interface/user_input/model/setup/acoustic/compressor_model_input.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pulse"
3-
version = "2.0.7"
3+
version = "2.0.8"
44
description = "Open Source Software for Pulsation Analysis of Pipeline Systems"
55
authors = [
66
"Olavo Silva <[email protected]>",

0 commit comments

Comments
 (0)