Skip to content

Correcting the standard uncertainty unit for several constants#1684

Closed
evgaster wants to merge 1 commit into
c3d:stablefrom
evgaster:issue-1683
Closed

Correcting the standard uncertainty unit for several constants#1684
evgaster wants to merge 1 commit into
c3d:stablefrom
evgaster:issue-1683

Conversation

@evgaster
Copy link
Copy Markdown

"rad", "twoπ", "angl", "UnixEpoch", "SinclairZX81RAM" and "PageSize"
returned a standard uncertainty without a unit, while the value does have a unit.

"MC12" and "ε₀" returned a standard uncertainty with a unit different from the unit of the value.

Corrected the standard uncertainty unit for those constants.

Signed-off-by: Ed@vanGasteren.net

@evgaster
Copy link
Copy Markdown
Author

The commit about the Tau mass doesn't belong in this PR. It wont do any harm, but still it doesn't belong here.
In previous PRs I ended up with several of those commits. I seem to be making some progress in getting rid of them. Still one to go :-).

@ppigazzini
Copy link
Copy Markdown

@evgaster :)

git fetch -p upstream
git switch issue-1683
# backup the branch
git switch -c issue-1683-bkp
git switch issue-1683
# get the hash of the last commit, now we get the short one, it's the same that you see in the PR
git log -n 1 --oneline
# reset to the branch you want to merge to
git reset --hard upstream/stable
# cherry pick the commit using its hash 
git cherry-pick 1abc966
# check the new (oneline) history
git log -n 3 --oneline
# if all is OK push to you remote (automatically to this PR)
git push -f origin HEAD
# delete the backup branch
git branch -D issue-1683-bkp

# if something went wrong, restore form the backup
git switch issue-1683
git reset --hard issue-1683-bkp
image

"rad", "twoπ", "angl", "UnixEpoch", "SinclairZX81RAM" and "PageSize"
returned a standard uncertainty without a unit, while the value does have a unit.

"MC12" and "ε₀" returned a standard uncertainty with a unit different from the unit of the value.

Corrected the standard uncertainty for those constants.

Signed-off-by: Ed@vanGasteren.net
@evgaster
Copy link
Copy Markdown
Author

evgaster commented May 3, 2026

See #1682 (comment) :-)

@c3d c3d self-assigned this May 7, 2026
@c3d c3d added bug Something isn't working done Issues that are done on dev (will be in next release) labels May 7, 2026
@c3d
Copy link
Copy Markdown
Owner

c3d commented May 7, 2026

This has been pushed on dev, closing.

@c3d c3d closed this May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working done Issues that are done on dev (will be in next release)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants