Skip to content

Conversation

@gselzer
Copy link
Member

@gselzer gselzer commented Sep 12, 2024

This PR fixes two small errors in the voume_labeling.rst example script page on the RTD site.

  1. net.imglib2.view.Views was being used without importing it. I used an Op instead, which resolves the need for it.
  2. Img.axis() was being attempted on an IntervalView object, a crop of the original Img script parameter. This error was resolved by calling the axis() method on the uncropped parameter, and passing that axis index to the function.

@gselzer gselzer added the bug label Sep 12, 2024
@gselzer gselzer requested a review from hinerm September 12, 2024 19:05
@gselzer gselzer self-assigned this Sep 12, 2024
@ctrueden ctrueden merged commit 676e30c into main Sep 12, 2024
@ctrueden ctrueden deleted the docs/volume_labeling_fixes branch September 12, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants