Skip to content

Commit

Permalink
STY: flake
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Oct 9, 2023
1 parent 97a00d0 commit 9389ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darsia/image/imread.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def datetime_conversion(date_time: str) -> datetime:
# Collect all meta information for a space time image
dimensions = [voxel_size[i] * shape[i] for i in range(dim)]
meta = {
"name": series_description[0],
# "name": series_description[0],
"space_dim": dim,
"indexing": "ijk"[:dim],
"dimensions": dimensions,
Expand Down

0 comments on commit 9389ae0

Please sign in to comment.