Skip to content

Commit

Permalink
Revert "Import logical_and from main package"
Browse files Browse the repository at this point in the history
This reverts commit 0dc4cb6.
  • Loading branch information
nfahlgren committed Aug 16, 2024
1 parent 0dc4cb6 commit a3939ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plantcv/plantcv/roi/quick_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
import numpy as np
from skimage.measure import label
from skimage.color import label2rgb
from plantcv.plantcv import params, logical_and
from plantcv.plantcv import params
from plantcv.plantcv.roi import roi2mask
from plantcv.plantcv._debug import _debug
from plantcv.plantcv.logical_and import logical_and


def quick_filter(mask, roi):
Expand Down

0 comments on commit a3939ce

Please sign in to comment.