mirror of https://gitlab.com/pamhyr/pamhyr2
Fix PEP8
parent
b60ab881b1
commit
6d16d9dff4
|
|
@ -36,10 +36,13 @@ class WPETranslate(WeatherParametersTranslate):
|
|||
"date": self._dict["date"],
|
||||
"discharge": self._dict["unit_discharge"],
|
||||
"temperature": _translate("WeatherParameters", "Temperature (°C)"),
|
||||
"humidity percentage": _translate("WeatherParameters", "Humidity Percentage"),
|
||||
"humidity percentage": _translate("WeatherParameters",
|
||||
"Humidity Percentage"),
|
||||
"radiation": _translate("WeatherParameters", "Radiation (W/m²)"),
|
||||
"wind speed": _translate("WeatherParameters", "Wind Speed (m/s)"),
|
||||
"albedo": _translate("WeatherParameters", "Albedo"),
|
||||
"shading coefficient": _translate("WeatherParameters", "Shading Coefficient"),
|
||||
"cloud cover fraction": _translate("WeatherParameters", "Cloud Cover Fraction"),
|
||||
"shading coefficient": _translate("WeatherParameters",
|
||||
"Shading Coefficient"),
|
||||
"cloud cover fraction": _translate("WeatherParameters",
|
||||
"Cloud Cover Fraction"),
|
||||
}
|
||||
|
|
|
|||
|
|
@ -224,7 +224,6 @@ class WeatherParametersWindow(PamhyrWindow):
|
|||
]
|
||||
)
|
||||
|
||||
|
||||
return self._selected_default_row_index
|
||||
|
||||
def index_selected_row(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue