Skip to content
Snippets Groups Projects

integrability check in postfit

Merged Emanuele Roberto Nocera requested to merge iteg-postfit into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -240,7 +240,6 @@ def storefit(
@@ -240,7 +240,6 @@ def storefit(
fs.write(line)
fs.write(line)
# create info file
# create info file
arc_strings = [str(i) for i in arc_lengths]
arc_line = " ".join(arc_strings)
arc_line = " ".join(arc_strings)
integrability_line = " ".join(str(i) for i in integrability_numbers)
integrability_line = " ".join(str(i) for i in integrability_numbers)
with open(f"{replica_path}/{fitname}.fitinfo", "w") as fs:
with open(f"{replica_path}/{fitname}.fitinfo", "w") as fs:
Loading