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 76474b6 commit f9b751dCopy full SHA for f9b751d
src/asammdf/blocks/mdf_v4.py
@@ -8335,7 +8335,6 @@ def _get_scalar(
8335
record_size += channel_group.invalidation_bytes_nr
8336
8337
ch_dtype = np.min_scalar_type(channel_group.cycles_nr)
8338
- print('min', channel.name, ch_dtype)
8339
channel.dtype_fmt = ch_dtype
8340
8341
count = 0
@@ -8349,8 +8348,6 @@ def _get_scalar(
8349
8348
)
8350
offset = offset // record_size
8351
8352
- print(offset, type(offset))
8353
-
8354
vals = arange(len(data_bytes) // record_size, dtype=ch_dtype)
8355
vals += offset
8356
@@ -8433,8 +8430,6 @@ def _get_scalar(
8433
8430
signal.invalidation_bits,
8434
8431
8435
8432
8436
- print(vals.dtype)
8437
8438
else:
8439
channel_group = grp.channel_group
8440
0 commit comments