Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Mar 19, 2022
1 parent ddcc6cb commit 6be61d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sleap/nn/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -3516,7 +3516,8 @@ def _initialize_inference_model(self):
if use_gt_confmap:
raise ValueError(
"Both a centroid and a confidence map model must be provided to "
"initialize a TopDownMultiClassPredictor.")
"initialize a TopDownMultiClassPredictor."
)

if use_gt_centroid:
centroid_crop_layer = CentroidCropGroundTruth(
Expand Down

0 comments on commit 6be61d0

Please sign in to comment.