Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 23, 2025
1 parent 5321261 commit 8526bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_read_hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def test_pickling_state_tables_unnamed():
"fmt-hdf5_cytoshot_full-features_legacy_allev_2023.zip")
# The original file does not contain any tables, so we write
# generate a table
tab_data = np.random.random((400,200))
tab_data = np.random.random((400, 200))

# add table to source file
with h5py.File(path, "a") as h5:
Expand Down

0 comments on commit 8526bc1

Please sign in to comment.