Skip to content

Commit

Permalink
BUG: Prints the correct goodness of fit result
Browse files Browse the repository at this point in the history
Before the GUI goodness of fit was printed twice.
  • Loading branch information
viktorht committed May 12, 2024
1 parent 4f1cb19 commit 9ed499c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/c_necator_simulated_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70318,7 +70318,7 @@
"\n",
"Fit accepted: True\n",
"Confidence level: 0.05\n",
"Chi-square value (SSR): 196.97766330137682\n",
"Chi-square value (SSR): 196.97754123290866\n",
"Expected chi-square range: [142.0527339 215.73278744]\n"
]
}
Expand All @@ -70335,7 +70335,7 @@
"res_gui.fitdata.get_goodness_of_fit()\n",
"print(\"\\n\")\n",
"print(\"INCAWrapper goodness of fit:\\n\")\n",
"res_gui.fitdata.get_goodness_of_fit()"
"res.fitdata.get_goodness_of_fit()"
]
},
{
Expand Down

0 comments on commit 9ed499c

Please sign in to comment.