Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Refresh PR #2216 #3881
Refresh PR #2216 #3881
Conversation
It's been a while since I worked with typed python, forgive me ok?
I am not sure it the calculate_chain doctest works, since they are testing the side effects of the function, we will see what CI thinks of it
noone gave a good reason on why to remove it, and since this file is executable anyway (and thus easier to run for me)
doctests reset the environment after each function evaluation, so we can't use doctests to inspect side effects of void functions
… master # Conflicts: # project_euler/problem_014/sol3.py
Turns out that we don't do any doctests here anymore, we just write our oWN FRAMEWORK NOW DO WE?!
|
run the following commands in order:
commit and push the changes to your fork. |
|
Consider it fixed |
|
@dhruvmanila, please check this. |
|
Thank you for your contribution but currently, we're not accepting solutions to problems that already exist. Try to solve a problem which is not present in the directory and submit a PR for that. |
Describe your change:
See #2216
Checklist:
Fixes: #{$ISSUE_NO}.