Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed May 30, 2021
1 parent 6e23218 commit a2dbc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark_chunk_sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ChunkSuite(_ImageContainerTimeSuite):
# has on the duration of various reads.
# We would expect that processing speed can be optimized based off of the
# dimensions of the file and what the user is trying to do with said file.
# i.e. If the user wants to nrmalize each channel and make a max projection
# i.e. If the user wants to normalize each channel and make a max projection
# through Z, then the default of 'ZYX' is preferred over just 'YX'.
# During this suite we not only benchmark the above example but also
# file reading under the various chunk configurations as a monitor
Expand Down

0 comments on commit a2dbc6f

Please sign in to comment.