Skip to content

Commit

Permalink
Fixed tests v3
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Oct 7, 2024
1 parent fb6b8d3 commit 0a28d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cellfinder/napari/detect/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def widget(
use_pre_trained_weights: bool,
weights_only: bool,
trained_model: Optional[Path],
model_weights,
model_weights: Optional[Path],
batch_size: int,
misc_options,
start_plane: int,
Expand Down
1 change: 1 addition & 0 deletions cellfinder/napari/detect/detect_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def widget_representation(cls) -> dict:
),
weights_only=dict(value=cls.defaults()["weights_only"]),
trained_model=dict(value=cls.defaults()["trained_model"]),
model_weights=dict(value=cls.defaults()["model_weights"]),
skip_classification=dict(
value=cls.defaults()["skip_classification"]
),
Expand Down

0 comments on commit 0a28d67

Please sign in to comment.