Skip to content

Commit

Permalink
fix arg error
Browse files Browse the repository at this point in the history
  • Loading branch information
lartpang committed Nov 29, 2020
1 parent b6ad5f7 commit 46405cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Your improvements and suggestions are welcome.

## TODO List

* [X] Speed up the calculation of Emeasure.
* [ ] Add the necessary documentation for different functions.

## Compared with Matlab Code from Fan <https://github.com/DengPingFan/CODToolbox>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
FM = M.Fmeasure()
WFM = M.WeightedFmeasure()
SM = M.Smeasure()
EM = M.Emeasure(only_adaptive_em=False)
EM = M.Emeasure()
MAE = M.MAE()

data_root = './test_data'
Expand Down

0 comments on commit 46405cb

Please sign in to comment.