Skip to content

Commit

Permalink
fix error message + format
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq committed Dec 18, 2024
1 parent 79a60a5 commit 8d5e669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def _validate_parameters_while_partitioning(
if all(isinstance(size, int) for size in self._partition_sizes):
if sum(self._partition_sizes) != num_core_div_columns:
raise ValueError(
"Sum of partition sizes cannot differ from the total number of columns"
"Sum of partition sizes cannot differ from the total number of columns "
"used in the division. Note that shared_columns, drop_columns and"
"active_party_columns are not included in the division."
)
Expand Down

0 comments on commit 8d5e669

Please sign in to comment.