Skip to content

rewriting test_elhmes to assess small numerical changes between x86 & M2 #1840

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 4, 2024

Conversation

alaingdl
Copy link
Contributor

all is in the title ! tolerance is 1e-5

@slayoo
Copy link
Member

slayoo commented May 29, 2024

@alaingdl, if not creating a new branch for each PR, you can use the git rebase command to bring this branch in sync with the upstream master branch (which contains a squash commit from your previous PR, but does not contain commits that were squashed). To do it, you can try:

git fetch upstream
git rebase upstream/master
git push -f

This way, this PR will have only the relevant commits.
HTH,
S.

@GillesDuvert GillesDuvert merged commit df26eb8 into gnudatalanguage:master Jun 4, 2024
5 of 6 checks passed
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.

4 participants