Elliott Sales de Andrade

Results 399 comments of Elliott Sales de Andrade

As of #24829 and #24356, the input to `QuadMesh.set_array` is required to match coordinate shape.

That line was fixed in 0.21.1, #2110.

I'm not sure that it would download all 3 images, as that kind of defeats the purpose of it. But I think the fix in #1045 is good enough for...

You can run with `pytest --pyargs pycountry` to look on the path instead of the current directory. And you need to set `PYTHONPATH` correctly as well. This isn't really a...

That is the same issue as #215, i.e., that is from bracketed paste charcters.

Yes, it is the same issue, but the change in `metakernel` above does not fix it.

For reference, SciPy's cKDTree returns `(inf, len(data_pts))` for `np.nan`.

CeCILL _is_ OSI approved, but only 2.1: http://opensource.org/licenses/alphabetical It is also GPL compatible: https://www.gnu.org/licenses/license-list.html#CeCILL

This also needs to be removed from documentation if it's working now: https://meson-python.readthedocs.io/en/latest/reference/limitations.html#license-field-on-pypi

Thanks, that does work, I guess, since it avoids the `__name__ == "__main__"` clause.