Skip to content

Commit

Permalink
error for multiple b categories
Browse files Browse the repository at this point in the history
  • Loading branch information
crdanielbusch committed Oct 29, 2024
1 parent e271644 commit ae21fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions primap2/_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ def derive_weights(
else:
raise NotImplementedError(
"Splitting input categories into multiple"
" output categories is currently not supported."
f"{rule=}, {category=}"
" output categories is currently not supported. "
f"{rule.csv_original_text=}, {category=}"
)
else:
raise NotImplementedError(

Check warning on line 453 in primap2/_convert.py

View check run for this annotation

Codecov / codecov/patch

primap2/_convert.py#L453

Added line #L453 was not covered by tests
Expand Down

0 comments on commit ae21fe8

Please sign in to comment.