We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fe0e4 commit 62cc3a7Copy full SHA for 62cc3a7
src/asammdf/blocks/conversion_utils.py
@@ -292,6 +292,8 @@ def inverse_conversion(
292
conversion_dict: v3b.ChannelConversionKwargs | v4b.ChannelConversionKwargs | dict[str, object]
293
if not isinstance(conversion, dict):
294
conversion_dict = to_dict(conversion)
295
+ if conversion_dict is None:
296
+ return None
297
else:
298
conversion_dict = conversion
299
0 commit comments