Skip to content

Commit

Permalink
Update examples/earthbigdata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed May 23, 2024
1 parent ae81ee8 commit 8437690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/earthbigdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
by [Christoph Gohlke](https://www.cgohlke.com)
Updated on Feb 12, 2024
Updated on May 22, 2024
This Python script uses the [tifffile](https://github.com/cgohlke/tifffile) and
[imagecodecs](https://github.com/cgohlke/imagecodecs) packages to create a
Expand Down Expand Up @@ -286,7 +286,7 @@
coherence_label: coherence_category,
},
)
assert len(fileseq.files) == 444821
assert len(fileseq) == 444821
assert fileseq.files_missing == 5119339
assert fileseq.shape == (161, 360, 4, 4, 6)
assert fileseq.dims == (
Expand Down

0 comments on commit 8437690

Please sign in to comment.