Commit 5ea408d7 authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace output.py

parent 6a759f46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ def outputSingleRes(conf, d, m, mnum, res):
        f.write(buff)
        buff = "# the name of the model used:  " + str(lres.name) + "\n"
        f.write(buff)
        buff = "# chi-squared is %6.6e \n" %(lres.chisq)
        buff = "# chi-squared is %6.6f \n" %(lres.chisq)
        f.write(buff)
        buff = "# list of model fitting parameters and values\n"
        f.write(buff)