Skip to content

Commit

Permalink
switch pytest_asdf extension blocks use to _blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jan 30, 2023
1 parent 8b4ea97 commit a186f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_asdf/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def runtest(self):
for _ in range(3):
b = block.Block(np.zeros((1024 * 1024 * 8), dtype=np.uint8))
b._used = True
ff.blocks.add(b)
ff._blocks.add(b)
b._array_storage = "streamed"

try:
Expand Down

0 comments on commit a186f6d

Please sign in to comment.