Skip to content

Commit

Permalink
default values for Fragment arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Jan 14, 2025
1 parent b8873d2 commit c49dacd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/asammdf/blocks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1518,9 +1518,9 @@ class Fragment:
def __init__(
self,
data,
record_offset,
record_count,
invalidation_data,
record_offset=-1,
record_count=-1,
invalidation_data=None,
is_record=True,
) -> None:
self.data = data
Expand Down

0 comments on commit c49dacd

Please sign in to comment.