fixed print statement
This commit is contained in:
@@ -127,8 +127,8 @@ def mc(
|
|||||||
# Print results to file
|
# Print results to file
|
||||||
noise_fit.to_csv(file_out_path)
|
noise_fit.to_csv(file_out_path)
|
||||||
|
|
||||||
print(str("Finishing noise_sd", round(noise_sd, 2), " with ",
|
print("Finishing noise_sd", round(noise_sd, 2), " with ",
|
||||||
str(round(n, 2)), "repetitions, Runtime took ",
|
round(n, 2), "repetitions, Runtime took ",
|
||||||
round(time.time()-runtime, 2), "[s]"))
|
round(time.time()-runtime, 2), "[s]")
|
||||||
|
|
||||||
return noise_fit, file_out_path
|
return noise_fit, file_out_path
|
||||||
|
|||||||
Reference in New Issue
Block a user