Skip to content

Commit

Permalink
Period to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Oct 8, 2024
1 parent e3eabd8 commit 267a565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellfinder/core/classify/classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def main(
if trained_model and trained_model.suffix == ".h5":
print(

Check warning on line 72 in cellfinder/core/classify/classify.py

View check run for this annotation

Codecov / codecov/patch

cellfinder/core/classify/classify.py#L72

Added line #L72 was not covered by tests
"Weights provided in place of the model, "
"loading weights into default model"
"loading weights into default model."
)
model_weights = trained_model
trained_model = None

Check warning on line 77 in cellfinder/core/classify/classify.py

View check run for this annotation

Codecov / codecov/patch

cellfinder/core/classify/classify.py#L76-L77

Added lines #L76 - L77 were not covered by tests
Expand Down
Empty file removed debug.py
Empty file.

0 comments on commit 267a565

Please sign in to comment.