Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Owl.Mat.sequential off-by-one error #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

greenbagels
Copy link

Previously, the tutorial implied that the Owl.Mat.sequential function creates a matrix that starts at 1, and then showed the same output after incrementing every element by 1; this seems like a typo: sequential by default starts at 0, so the example output should start at 0.

Previously, the tutorial implied that the Owl.Mat.sequential function
creates a matrix that starts at 1, and then showed the same output after
incrementing every element by 1; this seems like a typo: `sequential` by
default starts at 0, so the example output should start at 0.
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.

2 participants