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

Check MacOS version #49

Merged
merged 2 commits into from
May 5, 2024
Merged

Check MacOS version #49

merged 2 commits into from
May 5, 2024

Conversation

mrogowski
Copy link
Collaborator

@mrogowski mrogowski commented May 2, 2024

macos-latest has been upgraded to MacOS 14 running on M1. It consistently fails the orthogonality check:
/~https://github.com/MathEXLab/PySPOD/actions/runs/8864649865/job/24485136262#step:12:127

Fixes:

  • Using arm64 architecture for setup-python on macos.
  • Excluding macos with Python 3.8 - pip dependencies issue?
  • Increasing the check_orthogonality tolerance to 2e-6 (the actual error was ~1.8e-6 on arm64).

Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.72%. Comparing base (28ffd6b) to head (9e901cb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #49   +/-   ##
=======================================
  Coverage   76.72%   76.72%           
=======================================
  Files          16       16           
  Lines        3532     3532           
  Branches      554      554           
=======================================
  Hits         2710     2710           
  Misses        664      664           
  Partials      158      158           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mrogowski mrogowski force-pushed the check-macos-version branch from a2d3b6b to a00f381 Compare May 5, 2024 10:44
@mrogowski mrogowski force-pushed the check-macos-version branch from 8ab8490 to 9e901cb Compare May 5, 2024 11:49
@mrogowski mrogowski requested a review from dalcinl May 5, 2024 12:18
@mrogowski mrogowski self-assigned this May 5, 2024
@mrogowski mrogowski merged commit 4d2fa52 into main May 5, 2024
25 checks passed
@mrogowski mrogowski deleted the check-macos-version branch May 5, 2024 15:20
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.

2 participants