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

Correct mean patient data along dim 1 output #265

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

dc2917
Copy link
Contributor

@dc2917 dc2917 commented Jan 7, 2025

Closes #262

This PR provides the correct output for mean(patient_data(, 1)) in the "Analyzing patient data" lesson.

Copy link

github-actions bot commented Jan 7, 2025

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:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/swcarpentry/matlab-novice-inflammation/compare/md-outputs..md-outputs-PR-265

The following changes were observed in the rendered markdown documents:

 03-plotting.md | 8 ++++----
 md5sum.txt     | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
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-01-07 09:30:53 +0000

github-actions bot pushed a commit that referenced this pull request Jan 7, 2025
@dc2917 dc2917 merged commit f074f79 into swcarpentry:main Jan 8, 2025
3 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 8, 2025
Auto-generated via `{sandpaper}`
Source  : f074f79
Branch  : main
Author  : Dan Cummins <[email protected]>
Time    : 2025-01-08 10:44:12 +0000
Message : Merge pull request #265 from dc2917/fix_mean_patient_data

Correct mean patient data along dim 1 output
github-actions bot pushed a commit that referenced this pull request Jan 8, 2025
Auto-generated via `{sandpaper}`
Source  : 9e28aac
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2025-01-08 10:44:57 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : f074f79
Branch  : main
Author  : Dan Cummins <[email protected]>
Time    : 2025-01-08 10:44:12 +0000
Message : Merge pull request #265 from dc2917/fix_mean_patient_data

Correct mean patient data along dim 1 output
@dc2917 dc2917 deleted the fix_mean_patient_data branch January 8, 2025 11:18
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.

Incorrect output for mean of patient data along dimension 1
1 participant