Commit Graph

8 Commits

Author SHA1 Message Date
BethanyG
c8b3a3958f Synced practice exercise intros and instructions to problem-specs. (#3842) 2025-01-09 21:42:10 -08:00
Andrew Pam
e8b7192243 Update instructions.append.md (#3812)
* Update instructions.append.md

Clarify that the built-in exponentiation operator ** is equivalent to pow() and therefore doesn't demonstrate an implementation of a square root algorithm, and also note that for the domain of this exercise there are available solutions using only positive integers.

* Update exercises/practice/square-root/.docs/instructions.append.md

Adhere to one sentence per line convention.

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2024-11-04 11:38:14 -08:00
Knute Snortum
283716ec30 Fixes #3594, solutions are natural numbers (#3597) 2024-01-16 12:09:04 -08:00
BethanyG
be794198e1 [Resistor Color Expert]: Corrected Small Typos (#3469)
* Corrected small typos around resistor bands.

* Due to failing CI, alterations to the test generator script were needed.
The generated vs submitted diff now skips the first three lines of the file
so that the generation date is not picked up and flagged as needing regeneration.

Sadly, a workaround was also needed to prevent Python difflib from noting the difference
anyways and producing an empty "false positive" diff.

All templates and test files also needed to be altered to ensure that the first three
lines of every test file will always be the autogeneration comment and date.

Hopefully, this will now stop the CI failures without creating any subtle additional bugs.

* Touch up to bowling template.  Added back the error raising utility.
* Touch up to two-bucket template to add back in error raising utility.
[no important files changed]
2023-07-21 16:54:40 -07:00
BethanyG
aa3e379ff1 [DOCS]: Update Python Versions and Requirements (#3467)
* Additional sweep to update Python versions and supported Python versions.
* Fixed requirements and CONTRIBUTING.
* Trying a different line skip to see if it fixes CI.  CI is failing on test file generation again.
* Once again re-rendering tests to see if it fixes CI.
[no important files changed]
2023-07-16 15:09:14 -07:00
BethanyG
b49664ac66 [Tooling]: Changed Generate Script to Skip Diffing Generated Comments & Timestamp (#3466)
* Changed generate script to skp diffing generated comments and timestamp at top of file.
* Reordered and regenerated test files for practice exercises.
[no important files changed]
2023-07-15 15:27:31 -07:00
BethanyG
e7a6b0dc7d [JinJa2] Corrected the macro used for comments on the test file. (#3373)
* Corrected the macro for comments on the test file.
* Added current_date (utcnow()) variable available for template macros.
* Removed unnecessary datetime import from macros file.
* Regenerated all practice exercise test files to add timestamp.
* Changed `datetime.now(tz=timezone.utc)` to `datetime.now(tz=timezone.utc).date()`
* Second regeneration to remove `timestamp` and just keep `date` for test files.
[no important files changed]
2023-07-14 15:52:15 -07:00
meatball
ee4d9e4120 [Exercise]: added square-root (#3279)
* added square-root

* Instruction Append

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2022-12-10 16:44:49 -08:00