Skip to content

Commit

Permalink
Fix link reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobluke- committed Jun 3, 2024
1 parent b6a02f0 commit 4bf8313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dabest/_stats_tools/effsize.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def cohens_h(control:list|tuple|np.ndarray,
)->float:
'''
Computes Cohen's h for test v.s. control.
See [here](https://en.wikipedia.org/wiki/Cohen%27s_h for reference.)
See [here](https://en.wikipedia.org/wiki/Cohen%27s_h) for reference.
`Notes`:
Expand Down
2 changes: 1 addition & 1 deletion nbs/API/effsize.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
" )->float:\n",
" '''\n",
" Computes Cohen's h for test v.s. control.\n",
" See [here](https://en.wikipedia.org/wiki/Cohen%27s_h for reference.)\n",
" See [here](https://en.wikipedia.org/wiki/Cohen%27s_h) for reference.\n",
" \n",
" `Notes`:\n",
" \n",
Expand Down

0 comments on commit 4bf8313

Please sign in to comment.