Skip to content
Snippets Groups Projects
Commit 08e4d03e authored by Antonello, Dr. Massimiliano's avatar Antonello, Dr. Massimiliano
Browse files

small change to the text color

parent 4ea23699
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ print("=======================================\033[0m") ...@@ -69,7 +69,7 @@ print("=======================================\033[0m")
# Loop thorough files # Loop thorough files
for i, (file, path) in enumerate(files_to_fit): for i, (file, path) in enumerate(files_to_fit):
print("\033[95mFitting: {:s}\033[0m".format(file)) print("Fitting: \033[95m{:s}\033[0m".format(file))
V = float(file.split('deg')[1].split('V')[0].replace('_', '.')) V = float(file.split('deg')[1].split('V')[0].replace('_', '.'))
f_tau_hmt = f_tau(V, V_bd_hmt, V_0_hmt) f_tau_hmt = f_tau(V, V_bd_hmt, V_0_hmt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment