Skip to content

Commit

Permalink
Fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Aug 22, 2023
1 parent 05b9b56 commit 2f2f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyrogue/_Variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ def __init__(self, *,
raise VariableError(f'ValueBits {valueBits} is greater than valueStrude {valueStride}')

# Override the bitSize
bitSize = [numValues * valueStride]
bitSize[0] = numValues * valueStride

if self._ndType is None:
raise VariableError(f'Invalid base type {self._base} with numValues = {numValues}')
Expand Down

0 comments on commit 2f2f724

Please sign in to comment.