Skip to content

Fix 3d reading cli#1258

Merged
mrariden merged 2 commits intomainfrom
fix_3d_reading_cli
Jun 30, 2025
Merged

Fix 3d reading cli#1258
mrariden merged 2 commits intomainfrom
fix_3d_reading_cli

Conversation

@mrariden
Copy link
Copy Markdown
Collaborator

CLI 3d image reading would correctly read the image in the first time in __main__ but would pass the channel_axis and z_axis to the .eval() function and then the image would get reshaped again sometimes, depending on the channel_axis. Needed to change the image reading function in __main__ to just read the raw image and let the conversion function in .eval do its thing.

All tests passing on ubuntu.

@mrariden mrariden self-assigned this Jun 27, 2025
@mrariden
Copy link
Copy Markdown
Collaborator Author

Resolves #1255

@mrariden mrariden merged commit ed035ef into main Jun 30, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant