Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hidecode221b authored Jun 9, 2020
1 parent f72c20f commit b13bf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ def exportResults(self):
Text += str(par_list[indpk][indpar]) + '\t'

self.savePreset()
Text += '\n\n[[LG4X parameters]]\n\n' + str(self.parText) + '\n\n[[lmfit parameters]]\n\n' + str(self.export_pars)+ '\n\n' + str(self.export_out.fit_report)
Text += '\n\n[[LG4X parameters]]\n\n' + str(self.parText) + '\n\n[[lmfit parameters]]\n\n' + str(self.export_pars)+ '\n\n' + str(self.export_out.fit_report(min_correl=0.25))

with open(cfilePath, 'w') as file:
file.write(str(Text))
Expand Down

0 comments on commit b13bf95

Please sign in to comment.