Skip to content

Commit

Permalink
No capping (#252)
Browse files Browse the repository at this point in the history
* no capping, suppress warnings

* update poetry

* fix tests after updating
  • Loading branch information
ismael-mendoza authored Jan 14, 2022
1 parent b208f03 commit a11b60d
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 397 deletions.
2 changes: 1 addition & 1 deletion btk/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def reconstruction_metrics_blend(
skimage.metrics.structural_similarity(
np.moveaxis(isolated_images[j], 0, -1),
np.moveaxis(deblended_images[match_detected], 0, -1),
multichannel=True,
channel_axis=-1,
)
)
for k in target_meas.keys():
Expand Down
Loading

0 comments on commit a11b60d

Please sign in to comment.