Skip to content

Commit

Permalink
pure cell
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed May 11, 2024
1 parent 7f9ed01 commit 1ecaba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vollseg/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ def CellPoseSeg(
if save_dir is not None:
Path(save_dir).mkdir(exist_ok=True)

if cellpose_model_path is not None:
if cellpose_model_path is not None or cellpose_model_type is not None:
cellpose_results = Path(save_dir) / "CellPose"
Path(cellpose_results).mkdir(exist_ok=True)
imwrite(
Expand Down

0 comments on commit 1ecaba1

Please sign in to comment.