Skip to content

Commit

Permalink
Update _find_optimal_coef.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed Aug 23, 2024
1 parent 8c28074 commit 176a525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MDDC/MDDC/_find_optimal_coef.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def find_optimal_coef(
>>> contin_table = np.random.randint(0, 100, size=(10, 5))
>>> find_optimal_coef(contin_table)
"""

if isinstance(contin_table, pd.DataFrame):
contin_table = contin_table.values

Expand Down

0 comments on commit 176a525

Please sign in to comment.