Skip to content

Commit

Permalink
Accept both .tif and .tiff files in directories
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 27, 2024
1 parent 3a75006 commit b9c1547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_utils/IO/image/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def load_any(
y_scaling_factor,
z_scaling_factor,
anti_aliasing=anti_aliasing,
file_extension=".tif",
file_extension=".tif*",
load_parallel=load_parallel,
n_free_cpus=n_free_cpus,
)
Expand Down

0 comments on commit b9c1547

Please sign in to comment.