Skip to content

Commit

Permalink
Add note to tutorial about RuntimeWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Aug 17, 2018
1 parent 2c84dce commit 4b61ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"source": [
"## Calculate DIP rates and parameters\n",
"\n",
"These two operations can be done in two lines of code (plus imports)."
"These two operations can be done in two lines of code (plus imports). Note that you may see `RuntimeWarning` messages, which indicates that some dose response curves were not able to be fitted. This can happen if the cells do not die in response to drug, the response is not closely approximated by a log-logistic curve, or the data are very noisy."
]
},
{
Expand Down

0 comments on commit 4b61ddc

Please sign in to comment.