Skip to content

Simplify early material#10

Merged
LiamPattinson merged 2 commits intomainfrom
simplify_early_material
Feb 16, 2026
Merged

Simplify early material#10
LiamPattinson merged 2 commits intomainfrom
simplify_early_material

Conversation

@LiamPattinson
Copy link
Collaborator

Resolves #8

Cuts a lot of early material to include only what is needed to get the point across. Teaches good practice from the start rather than introducing AssertionError before the assert command.

Also contains some formatting/grammar/typo fixes.

- Remove AssertionError part, start with assert
- Some formatting, grammar, typo fixes
@github-actions
Copy link

github-actions bot commented Feb 11, 2026

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/ResearchCodingClub/python-testing-for-research/compare/md-outputs..md-outputs-PR-10

The following changes were observed in the rendered markdown documents:

 01-why-test-my-code.md |  98 +++++++++++++++++++++++------------
 02-simple-tests.md     | 136 ++++++++++++++++---------------------------------
 md5sum.txt             |  42 +++++++--------
 3 files changed, 131 insertions(+), 145 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 2026-02-11 12:18:16 +0000

github-actions bot pushed a commit that referenced this pull request Feb 11, 2026
@LiamPattinson LiamPattinson merged commit 81b7a79 into main Feb 16, 2026
3 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 16, 2026
Auto-generated via `{sandpaper}`
Source  : 81b7a79
Branch  : main
Author  : Liam Pattinson <LiamPattinson@users.noreply.github.com>
Time    : 2026-02-16 09:32:44 +0000
Message : Merge pull request #10 from ResearchCodingClub/simplify_early_material

Simplify early material
github-actions bot pushed a commit that referenced this pull request Feb 16, 2026
Auto-generated via `{sandpaper}`
Source  : 69aa7aa
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2026-02-16 09:33:53 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 81b7a79
Branch  : main
Author  : Liam Pattinson <LiamPattinson@users.noreply.github.com>
Time    : 2026-02-16 09:32:44 +0000
Message : Merge pull request #10 from ResearchCodingClub/simplify_early_material

Simplify early material
@LiamPattinson LiamPattinson deleted the simplify_early_material branch February 16, 2026 18:21
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.

Remove manually raised AssertionError throughout

1 participant