Skip to content

Minor: Fix array coordinates example - #173

Open
btbest wants to merge 1 commit into
ome:mainfrom
btbest:fix-array-example
Open

Minor: Fix array coordinates example#173
btbest wants to merge 1 commit into
ome:mainfrom
btbest:fix-array-example

Conversation

@btbest

@btbest btbest commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

The example claims to show an array of shape (2, 3), but it actually shows an array of shape (3, 2) and also lists one out-of-range coordinate (3, 1)...

>>> numpy.ones((2, 3))
array([[1., 1., 1.],
       [1., 1., 1.]])

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

Automated Review URLs

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