-
-
Notifications
You must be signed in to change notification settings - Fork 807
Update 02-numpy.md #1104
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
Update 02-numpy.md #1104
Conversation
The diagram used to explain this concept shows the axis 1 application as max, not mean, but the max operation is not demonstrated. Additionally, the previous version was demonstrates the axis 0 operations first rather than proceeding left to right. The commit: - changes the order of presentation to follow the diagram - demonstrates the max operation presented in the diagram - keeps the mean applied to axis 1, but gives clearer context
Thank you!Thank you for your pull request 😃 🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}. If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
Rendered Changes🔍 Inspect the changes: https://github.com/swcarpentry/python-novice-inflammation/compare/md-outputs..md-outputs-PR-1104 The following changes were observed in the rendered markdown documents: What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2025-07-12 14:03:13 +0000 |
Co-authored-by: Toan Phung <[email protected]>
|
@noatgnu I think I completed the task. Let me know if there is anything else needed before you can merge. |
Auto-generated via `{sandpaper}`
Source : c0fd9e9
Branch : main
Author : Toan Phung <[email protected]>
Time : 2025-07-12 14:11:09 +0000
Message : Merge pull request #1104 from finchnSNPs/patch-1
Update 02-numpy.md
Auto-generated via `{sandpaper}`
Source : 06bbfaf
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-07-12 14:12:10 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : c0fd9e9
Branch : main
Author : Toan Phung <[email protected]>
Time : 2025-07-12 14:11:09 +0000
Message : Merge pull request #1104 from finchnSNPs/patch-1
Update 02-numpy.md
Auto-generated via `{sandpaper}`
Source : 06bbfaf
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-07-12 14:12:10 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : c0fd9e9
Branch : main
Author : Toan Phung <[email protected]>
Time : 2025-07-12 14:11:09 +0000
Message : Merge pull request #1104 from finchnSNPs/patch-1
Update 02-numpy.md
Auto-generated via `{sandpaper}`
Source : 06bbfaf
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-07-12 14:12:10 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : c0fd9e9
Branch : main
Author : Toan Phung <[email protected]>
Time : 2025-07-12 14:11:09 +0000
Message : Merge pull request #1104 from finchnSNPs/patch-1
Update 02-numpy.md
Auto-generated via `{sandpaper}`
Source : 06bbfaf
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-07-12 14:12:10 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : c0fd9e9
Branch : main
Author : Toan Phung <[email protected]>
Time : 2025-07-12 14:11:09 +0000
Message : Merge pull request #1104 from finchnSNPs/patch-1
Update 02-numpy.md
Auto-generated via `{sandpaper}`
Source : 06bbfaf
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-07-12 14:12:10 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : c0fd9e9
Branch : main
Author : Toan Phung <[email protected]>
Time : 2025-07-12 14:11:09 +0000
Message : Merge pull request #1104 from finchnSNPs/patch-1
Update 02-numpy.md
Auto-generated via `{sandpaper}`
Source : 06bbfaf
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-07-12 14:12:10 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : c0fd9e9
Branch : main
Author : Toan Phung <[email protected]>
Time : 2025-07-12 14:11:09 +0000
Message : Merge pull request #1104 from finchnSNPs/patch-1
Update 02-numpy.md
The diagram used to explain this concept shows the axis 1 application as max, not mean, but the max operation is not demonstrated. Additionally, the previous version was demonstrates the axis 0 operations first rather than proceeding left to right.
The commit: