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

Remove old JAX restrictions for Winows and test cleanup #3942

Closed
wants to merge 1 commit into from

Conversation

kratman
Copy link
Contributor

@kratman kratman commented Mar 29, 2024

Description

Support for JAX on windows was improved. This change removes the nox file restrictions on JAX. This builds on #3932 and keeps that one focused on just ODES.

Fixes #3941

Key checklist:

  • No style issues: $ pre-commit run (or $ nox -s pre-commit) (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)
  • All tests pass: $ python run-tests.py --all (or $ nox -s tests)
  • The documentation builds: $ python run-tests.py --doctest (or $ nox -s doctests)

You can run integration tests, unit tests, and doctests together at once, using $ python run-tests.py --quick (or $ nox -s quick).

Further checks:

  • Code is commented, particularly in hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

@kratman kratman self-assigned this Mar 29, 2024
@kratman
Copy link
Contributor Author

kratman commented Mar 29, 2024

This will be rebased/forced pushed after #3932 is merged

Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.58%. Comparing base (a3db966) to head (c6467f1).
Report is 2 commits behind head on develop.

❗ Current head c6467f1 differs from pull request most recent head 4bf5a3a. Consider uploading reports for the commit 4bf5a3a to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3942      +/-   ##
===========================================
- Coverage    99.60%   99.58%   -0.03%     
===========================================
  Files          259      257       -2     
  Lines        21347    21190     -157     
===========================================
- Hits         21263    21102     -161     
- Misses          84       88       +4     

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

@kratman kratman changed the title Remove old JAX restrictions for Winows Remove old JAX restrictions for Winows and test cleanup Mar 29, 2024
@kratman kratman mentioned this pull request Mar 29, 2024
5 tasks
@kratman
Copy link
Contributor Author

kratman commented Mar 29, 2024

I broke this branch when I rebased. Closing

@kratman kratman closed this Mar 29, 2024
@kratman kratman deleted the feat/jaxWindows branch March 29, 2024 18:02
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.

Update windows logic for JAX in Nox and remove redundant Homebrew installations
1 participant