Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Jul 12, 2024
1 parent 3b95128 commit c5730bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def _count_partitions_having_each_unique_label(self) -> None:
def _check_correctness_of_unique_label_to_times_used_counter(
self, labels: NDArray
) -> None:
"Check if partitioning is possible given the presence requirements.
"""Check if partitioning is possible given the presence requirements.
The number of times the label can be used must be smaller or equal to the number
of times that the label is present in the dataset.
Expand Down

0 comments on commit c5730bc

Please sign in to comment.