Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Sep 30, 2024
1 parent b13c62c commit 8f094c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_list_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def test_memory():

if resB[i] != Int32ListA[::2][i]:
raise AssertionError(f'Stripe Verification Failure for Int32ListA at position {i}')

for i in range(16, 32):

if resA[i] != UInt32ListA[i]:
Expand All @@ -466,7 +466,7 @@ def test_memory():
if resB[i] != Int32ListA[i]:
raise AssertionError(f'Stripe Verification Failure for Int32ListA at position {i}')



def run_gui():
import pyrogue.pydm
Expand Down

0 comments on commit 8f094c6

Please sign in to comment.