Skip to content

Commit

Permalink
Add note about a breaking change in kohlrahbi 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jul 11, 2024
1 parent 502b82b commit 0328685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/maus/mig_ahb_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ def to_deep_ahb(
# these assertion are because we assume that the lines always come like this:
# Section Heading
# SGx Foo <-- a line with only the segment code but no actual content; this is where we're right now
# note that this won't work with AHBs scraped by kohlrahbi > 1.1.3
# https://github.com/Hochfrequenz/kohlrahbi/issues/339#issuecomment-2222465660
first_expression_line: Optional[AhbLine] = first_true(
data_element_lines, default=None, pred=lambda l: l is not None and l.ahb_expression
)
Expand Down

0 comments on commit 0328685

Please sign in to comment.