-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Re-enable D* flake8 * Fix `D*` errors * Do not ignore D411 * Remove ignored `F401` * Enable `B008`, add `optax` to `intersphinx_mapping` * Remove old `.flake8` config * Add `SortingInitializer` to docs * Enable `E501` * Fix docs in `{costs,geometry}.py` * Update `pointcloud.py` * Fix `initializers.py` * Fix `matrix_square_root.py` * Fix `unbalanced_functions.py` * Fix more docstrings, add missing licenses * Fix typo in `FreeWassersteinBarycenter` * Fix `sinkhorn_lr.py` * Fix `models.py` * Fix `neuraldual.py` * Fix `gromov_wasserstein.py` * Fix `plot.py` * Fix `tests/` * Fix `utils.py` * Fix `k_means.py` * Fix `gaussian.py` * Fix `fit_gmm_pair.py` * Fix typo * Make `create_sample_generators` private * Unable more flake8's in docs * Add more testing flake8 * Add `SIM` * Add `RET` * Undo adding docs * Add more type hints * Use double quotes always * Add explicit quotes normalization * Udpate comment * Remove commented flake8s in `pyproject.toml` * Fix typo in typing * Skip graph factor cache test * Fix float in test instead of an integer * Improve `CostFn` docstring * Update `pairwise` docs * Remove `[d,]` from docs * [ci skip] Mention `gamma > 0` * Remove module docs, add missing copyright * [ci skip] Fix docs rendering
- Loading branch information
Showing
93 changed files
with
1,064 additions
and
1,224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.