Skip to content

Commit

Permalink
Update basic_usage.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed May 6, 2024
1 parent 77b3dd1 commit 18572ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/source/user_guide/basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"print(\"H0 is Rejected : {}\".format(normality_test.un_h0_rejected_))\n",
"print(\"Test Statistic : {}\".format(normality_test.un_test_statistic_))\n",
"print(\"Critical Value (CV) : {}\".format(normality_test.un_cv_))\n",
"print(\"CV Method : {}\".format(normality_test.cv_method_))\n",
"print(\"Selected tuning parameter : {}\".format(normality_test.h))"
]
},
Expand Down

0 comments on commit 18572ea

Please sign in to comment.