Skip to content
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

update tests for arm64 #199

Merged
merged 1 commit into from
Apr 24, 2024
Merged

update tests for arm64 #199

merged 1 commit into from
Apr 24, 2024

Conversation

michaelkirk
Copy link
Member

No description provided.

src/lib.rs Outdated
//! assert_relative_eq!(result.x(), 158458.67, epsilon=1e-2);
//! assert_relative_eq!(result.y(), -434296.88, epsilon=1e-2);
//! assert_relative_eq!(result.x(), 158460.19, epsilon=1e-2);
//! assert_relative_eq!(result.y(), -434297.05, epsilon=1e-2);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other changes don't really concern me, but this one feels like a somewhat large change. I'm not sure why.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ubuntu x86_64 value: 158458.67251293262
macos14 arm64 value: 158460.18744483538

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea why the difference would be this pronounced. Hmm!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently it's a local only issue. The GH runners are close (enough) to the recorded values. I'm not sure what's going on, but not really worried about it if it's only my machine.

(lazy web: how do I clear my downloaded grid cache?)

@michaelkirk michaelkirk added this pull request to the merge queue Apr 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 24, 2024
@michaelkirk
Copy link
Member Author

failure:

warning: spurious network error (3 tries remaining): [7] Couldn't connect to server (Failed to connect to index.crates.io port 443 after 4002 ms: Couldn't connect to server)

retrying...

@michaelkirk michaelkirk added this pull request to the merge queue Apr 24, 2024
Merged via the queue into main with commit ccd2256 Apr 24, 2024
28 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.

None yet

3 participants