Skip to content

Commit e353a06

Browse files
committed
Oops
1 parent 6ddfe3c commit e353a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parameter_tuning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ def get_key(row):
5555
print(fit)
5656

5757
for parameter, x, xstd, y, ystd in zip(parameters.keys(), x, xstd, y, ystd):
58-
print(str(x) + " " + str(y) + " " + str(xstd) + " " + str(ystd) + " ".join(parameter))
58+
print(str(x) + " " + str(y) + " " + str(xstd) + " " + str(ystd) + " " + " ".join(parameter))
5959

6060
print()

0 commit comments

Comments
 (0)