Skip to content

Commit

Permalink
feat: black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
achains committed Sep 2, 2023
1 parent 15007f3 commit 417809b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/instanseg/benchmark/detailed.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
from nptyping import NDArray

import instanseg.metrics.constants
from instanseg.utils.metrics_utils import __group_indices_by_labels, __statistics_functions
from instanseg.utils.metrics_utils import (
__group_indices_by_labels,
__statistics_functions,
)

__USR_METRIC_NAME = "usr"
__OSR_METRIC_NAME = "osr"
Expand Down
5 changes: 4 additions & 1 deletion src/instanseg/benchmark/mean.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
from nptyping import NDArray

import instanseg.metrics.constants
from instanseg.utils.metrics_utils import __group_indices_by_labels, __statistics_functions
from instanseg.utils.metrics_utils import (
__group_indices_by_labels,
__statistics_functions,
)


def __mean(
Expand Down

0 comments on commit 417809b

Please sign in to comment.