Skip to content

Commit

Permalink
Added testing to function util.plot_normal_cdf
Browse files Browse the repository at this point in the history
Added tests as asked in issue #476
  • Loading branch information
athossampayo committed Oct 19, 2020
1 parent 6bb01af commit 365113d
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions tests/Charts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"scrolled": false
},
"outputs": [],
"source": [
"# HIDDEN\n",
Expand Down Expand Up @@ -448,9 +450,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"# Testing histogram shading\n",
Expand Down Expand Up @@ -494,6 +494,25 @@
"source": [
"t.hist(bins=bins, left_end=0.5)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#Test util.plot_normal_cdf\n",
"util.plot_normal_cdf(20, 20, 10, 3)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"util.plot_normal_cdf(None, None, 10, 3)"
]
}
],
"metadata": {
Expand Down

0 comments on commit 365113d

Please sign in to comment.