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 Transport interface #243

Merged
merged 2 commits into from
Feb 8, 2023

Conversation

michalk8
Copy link
Collaborator

@michalk8 michalk8 commented Feb 8, 2023

No description provided.

@michalk8 michalk8 self-assigned this Feb 8, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #243 (f2b836b) into main (1cb1f9b) will increase coverage by 2.10%.
The diff coverage is 100.00%.

📣 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     #243      +/-   ##
==========================================
+ Coverage   84.85%   86.96%   +2.10%     
==========================================
  Files          52       50       -2     
  Lines        5317     5238      -79     
  Branches      812      797      -15     
==========================================
+ Hits         4512     4555      +43     
+ Misses        682      563     -119     
+ Partials      123      120       -3     
Impacted Files Coverage Δ
src/ott/problems/quadratic/quadratic_problem.py 89.32% <ø> (-0.06%) ⬇️
src/ott/geometry/geometry.py 90.84% <100.00%> (-0.03%) ⬇️
src/ott/problems/linear/barycenter_problem.py 85.71% <100.00%> (+1.42%) ⬆️
src/ott/solvers/linear/continuous_barycenter.py 93.93% <100.00%> (+0.09%) ⬆️
src/ott/solvers/linear/sinkhorn.py 95.19% <100.00%> (+0.03%) ⬆️
src/ott/solvers/linear/sinkhorn_lr.py 96.20% <100.00%> (+0.01%) ⬆️
src/ott/solvers/quadratic/gromov_wasserstein.py 92.42% <100.00%> (+3.87%) ⬆️
src/ott/solvers/quadratic/gw_barycenter.py 97.16% <100.00%> (+13.36%) ⬆️
src/ott/solvers/was_solver.py 95.45% <100.00%> (+7.08%) ⬆️
src/ott/_version.py
... and 4 more

@michalk8 michalk8 merged commit 013ee6f into ott-jax:main Feb 8, 2023
@michalk8 michalk8 deleted the misc/remove-old-interface branch February 8, 2023 20:51
michalk8 added a commit that referenced this pull request Jun 27, 2024
* Remove `Transport` interface

* Remove `_version.py` from coverage
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