Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/twine-5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Jul 23, 2024
2 parents 443ccf8 + 6f8bd74 commit b16d819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-unit_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest==8.2.2
# -r dev_requirements/requirements-unit_tests.in
# pytest-asyncio
# pytest-datafiles
pytest-asyncio==0.23.6
pytest-asyncio==0.23.8
# via -r dev_requirements/requirements-unit_tests.in
pytest-datafiles==3.0.0
# via -r dev_requirements/requirements-unit_tests.in
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 b16d819

Please sign in to comment.