fixed paths of profiles files

This commit is contained in:
2025-12-08 14:27:45 +01:00
parent 3aca5e25b6
commit 503d5c60c4
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -89,7 +89,7 @@ def result(request):
if abs(f_Larmor - freq) <= freq_range:
close_isotopes.append(isotope_info(isotope, field_T))
ans = sorted(close_isotopes, key=lambda x: -float(x[3]))
div = f"Field B<sub>0</sub>: {field_T:.3f} T"
div = f"Field B<sub>0</sub>: {field_T:.3g} T"
script = ""
elif request.GET.get('gradient_search') == "":