Commit 57eda61
authored
[MRG] Tiny fix in SSNB (#535)
* added functions to a new mapping module
* simplify ssnb function structure
* SSNB example
* removed numpy saves from example for prod
* tests apart from the import exception catch
* tests apart from the import exception catch
* da class and tests
* guessed PR number
* removed unused import
* PEP8 tab errors fix
* skip ssnb test if no cvxpy
* test and doc fixes
* doc dependency + minor comment in ot __init__.py
* PEP8 fixes
* test typo fix
* ssnb da backend test fix
* moved joint ot mappings to the mapping module
* better ssnb example + ssnb initilisation + small joint_ot_mapping tests
* better ssnb example + ssnb initilisation + small joint_ot_mapping tests
* removed unused dependency in example
* no longer import mapping in __init__ + example thumbnail fix + made qcqp_constants function private
* merge with POT main
* fix barycentric projection factor omission in SSNB solver init
* added modif in RELEASES.md
* fix PR number in RELEASES.md
* broadcast fix1 parent 8a4a5a6 commit 57eda61
3 files changed
+3
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 66 | | |
81 | 67 | | |
82 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments