Skip to content

Commit

Permalink
the inverse conversion is not used (see issue #1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed May 13, 2024
1 parent 972495a commit dd3a239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/asammdf/blocks/v4_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3015,6 +3015,9 @@ def __init__(self, **kwargs) -> None:
logger.exception(message)
raise MdfException(message)

# the inverse conversion is not used (see issue #1017)
self.inv_conv_addr = 0

def to_blocks(
self,
address: int,
Expand Down
2 changes: 1 addition & 1 deletion src/asammdf/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" asammdf version module """

__version__ = "7.5.0.dev10"
__version__ = "7.5.0.dev11"

0 comments on commit dd3a239

Please sign in to comment.