Skip to content

Commit

Permalink
Fix wrong NumPy conversion type
Browse files Browse the repository at this point in the history
NumPy arrays go to `net.imagej.DefaultDataset` and don't
make an `ImgView`.
  • Loading branch information
elevans committed Aug 1, 2023
1 parent 271ab4c commit b4483f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/03-Sending-Data-to-Java.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"source": [
"## 3.3 Converting NumPy arrays to Java\n",
"\n",
"NumPy arrays become `RandomAccessibleInterval`s (wrapped as a `net.imglib2.img.ImgView`) and can substitute for `IterableInterval`s."
"NumPy arrays become `RandomAccessibleInterval`s (wrapped as a `net.imagej.DefaultDataset`) and can substitute for `IterableInterval`s."
]
},
{
Expand Down

0 comments on commit b4483f8

Please sign in to comment.