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

Add CI tests for upstream JAX #313

Merged
merged 6 commits into from
Feb 21, 2023
Merged

Conversation

michalk8
Copy link
Collaborator

@michalk8 michalk8 commented Feb 21, 2023

closes #305

@michalk8 michalk8 added the misc label Feb 21, 2023
@michalk8 michalk8 self-assigned this Feb 21, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #313 (0015853) into main (ab9d89f) will increase coverage by 2.81%.
The diff coverage is 83.82%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #313      +/-   ##
==========================================
+ Coverage   85.95%   88.76%   +2.81%     
==========================================
  Files          52       52              
  Lines        5590     5592       +2     
  Branches      853      582     -271     
==========================================
+ Hits         4805     4964     +159     
+ Misses        662      497     -165     
- Partials      123      131       +8     
Impacted Files Coverage Δ
src/ott/problems/linear/potentials.py 62.42% <42.85%> (-1.40%) ⬇️
src/ott/tools/plot.py 19.82% <55.55%> (+<0.01%) ⬆️
src/ott/problems/quadratic/quadratic_problem.py 88.76% <66.66%> (-0.57%) ⬇️
src/ott/geometry/geometry.py 92.40% <92.59%> (+1.23%) ⬆️
src/ott/geometry/epsilon_scheduler.py 94.44% <100.00%> (+5.55%) ⬆️
src/ott/geometry/graph.py 91.87% <100.00%> (+60.00%) ⬆️
src/ott/geometry/grid.py 91.60% <100.00%> (-0.07%) ⬇️
src/ott/geometry/low_rank.py 96.37% <100.00%> (-0.03%) ⬇️
src/ott/geometry/pointcloud.py 86.04% <100.00%> (-0.09%) ⬇️
src/ott/problems/nn/dataset.py 94.73% <0.00%> (-0.14%) ⬇️
... and 5 more

@michalk8 michalk8 merged commit d43f99d into ott-jax:main Feb 21, 2023
@michalk8 michalk8 deleted the misc/jax-bleeding-edge branch February 21, 2023 19:58
michalk8 added a commit that referenced this pull request Jun 27, 2024
* Add `jax-latest` to `tox`

* Update test.yml

* Fix `tox` environment names

* Add `continue-on-error` for `jax-latest`

* Fix typo in `tests.yml`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI test using latest jax version
2 participants