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: x to X #3163

Merged
merged 1 commit into from
Jan 17, 2025
Merged

fix: x to X #3163

merged 1 commit into from
Jan 17, 2025

Conversation

younesStrittmatter
Copy link
Collaborator

Fixes a typo in the function pattern_complete within the Jupyter notebook Lab1_2021_DynamicsAndPerception_v1.ipynb.

The issue was the undefined variable x instead of the correct variable X in the following lines:

X[x < 0] = -1
X[x >= 0] = 1

Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.11):

No differences!

...

See CI logs for the full diff.

@jdcpni jdcpni merged commit e8a9bb0 into ipynp/502B Jan 17, 2025
63 checks passed
@jdcpni jdcpni deleted the ipynp/502B-fix-lab1-x-to-X branch January 17, 2025 12:27
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