Mage: Minor code style refactoring.

setup.py
Pierre-Antoine Rouby 2023-12-13 16:38:09 +01:00
parent 58300b8c1a
commit ffbd2e2413
1 changed files with 25 additions and 28 deletions

View File

@ -442,14 +442,9 @@ class Mage(CommandLineSolver):
sin_dict = {
"ND": "*",
"S1": "D",
"S2": "T",
"S3": "T",
"OR": "O",
"OC": "B",
"OV": "F",
"V1": "V",
"V2": "W",
"S1": "D", "S2": "T", "S3": "T",
"OR": "O", "OC": "B", "OV": "F",
"V1": "V", "V2": "W",
"BO": "A",
"UD": "X",
"PO": "P",
@ -466,7 +461,9 @@ class Mage(CommandLineSolver):
files.append(f"{name}.SIN")
for hs in hydraulic_structures:
if hs.input_reach.is_enable:
if not hs.input_reach.is_enable():
continue
f.write(
'* ouvrage au pk ' +
f"{hs.input_kp:>12.1f}" + ' ' +