gspr

Results 12 issues of gspr

I do not know what the intended purpose of the `country_eu` flag is. If it's actually meant as a flag to determine whether the user is in the EU or...

The only licensing terms given for POT is the MIT license in `LICENSE`. It seems unclear to me whether this license applies to the data files in the `data` directory....

bug
help wanted

Hi. PR #670 fixed issue #663 and improved CGAL 5.5 compatibility. However, GUDHI still does not seem to build with CGAL 5.5 as of the latest git head _if not...

While `wasserstein/wasserstein.py` protects the import of the `ot` module like ``` try: import ot except ImportError: print("POT (Python Optimal Transport) package is not installed. Try to run $ conda install...

I maintain the cdsapi package in Debian [1]. Until now, I've been importing tarballs from the PyPI page [2]. I would prefer basing the package on this git repository instead,...

Hello. Glancing at your code, it seems you do not scale the input images to lie in [0, 1]. Yet, your mean shifting in subtracts `rgb_mean=(0.4488, 0.4371, 0.4040)`, which definitely...

## Describe the bug On the i386/i686 architecture, version 0.9.1's Gromov-Wasserstein test suite segfaults. It does not segfault on any other architecture I have tested on, nor does version 0.9.0...

bug
help wanted

## Describe the bug In `test_solve_sample_methods`, `ot.solve_sample` is called with the same random argument in the two first positions. The expectation is, of course, to find a solution of 0....

bug
help wanted

Automatic downloading and building of third party libraries without the user's consent is somewhat bad form. It would be nice if rivet would let the user manage such libraries themselves.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you followed all the steps in the FAQ? - [X] I have...