Skip to content
Snippets Groups Projects
Commit 4f094765 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix filename in comments [skip ci]

parent 658d0970
Branches master
No related tags found
1 merge request!48recompute far values in roc_for_far
Pipeline #
......@@ -304,7 +304,7 @@ def test_plots():
# This example will test the Precision-Recall plot calculation functionality.
xy = precision_recall_curve(negatives, positives, 100)
# uncomment the next line to save a reference value
# save('nonsep-roc.hdf5', xy)
# save('nonsep-precisionrecall.hdf5', xy)
xyref = bob.io.base.load(F('nonsep-precisionrecall.hdf5'))
assert numpy.array_equal(xy, xyref)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment