Add stone unit of measuring weight#5730
Merged
cclauss merged 2 commits intoTheAlgorithms:masterfrom Nov 1, 2021
mrbrianevans:master
Merged
Add stone unit of measuring weight#5730cclauss merged 2 commits intoTheAlgorithms:masterfrom mrbrianevans:master
cclauss merged 2 commits intoTheAlgorithms:masterfrom
mrbrianevans:master
Conversation
And some tests in the docs using an external calculator. Not yet tested if they pass.
Contributor
Author
|
Okay I've fixed the tests and they are passing on my machine, so please could you run them on the automated system for ci. Thanks |
Contributor
Author
|
As far as I can tell, the failing build is not due to anything related to my pull request; please could you give me more details. When I run mypy locally on the file I changed, I get: And the failing file in the github action is: which is unrelated to the changes I've made. Please could you let me know what I can do to get the build passing. Thanks |
Member
|
Do you know how to rebase the pull request? |
Contributor
Author
|
Yes I think so, will try tomorrow. I'll let you know if I need some help. Has a fix for this build issue been pushed to the master branch? |
cclauss
approved these changes
Nov 1, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your change:
I have added a new unit of measurement to the weight conversion algorithm. The new unit is "stone".
I've added some tests in the docs using an external calculator. Not sure if they pass.
Checklist:
Fixes: #{$ISSUE_NO}.