Commit 5d3111df authored by Theophile Terraz's avatar Theophile Terraz
Browse files

debug

Showing with 1 addition and 1 deletion
+1 -1
...@@ -264,7 +264,7 @@ class Mage(CommandLineSolver): ...@@ -264,7 +264,7 @@ class Mage(CommandLineSolver):
if t in ["HYD", "QSO", "LIM"]: if t in ["HYD", "QSO", "LIM"]:
v0 /= 60 # Convert first column to minute v0 /= 60 # Convert first column to minute
f.write(f"{v0:10}{v1:10}\n") f.write(f"{v0:9} {v1:9} \n")
return files return files
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment