Skip to content

Commit

Permalink
Merge pull request #88 from outlace/patch-1
Browse files Browse the repository at this point in the history
Update rois.py, fix typo
  • Loading branch information
agiovann authored Sep 17, 2017
2 parents e9bb83f + 5fece87 commit dfd4778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caiman/base/rois.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def nf_match_neurons_in_binary_masks(masks_gt,masks_comp,thresh_cost=.7, min_dis
else:
pl.title(labels[1]+'(w), ' + labels[0] + '(r)')
pl.axis('off')
except Exception, e:
except Exception as e:
print("not able to plot precision recall usually because we are on travis")
print(e)
return idx_tp_gt,idx_tp_comp, idx_fn_gt, idx_fp_comp, performance
Expand Down

0 comments on commit dfd4778

Please sign in to comment.