Elliott Sales de Andrade

Results 144 issues of Elliott Sales de Andrade

Using the following input, the paragraphs are all placed together with several intervening lines, and the doctests are all placed at the end. ``` python from __future__ import (absolute_import, division,...

enhancement

IPython is a very heavy dep for something that's in the standard library.

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas. - [x] (optional)...

crs
upstream issue

You can build python-igraph against an external/system copy of igraph, but there seems to be no option for it in this R version. I can almost write a patch with...

The [class docstring section](https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring) says to use the same sections as "above", meaning as in functions, and that "An Attributes section, located **below the Parameters section**, may be used to...

In Fedora, Go packages are namespaced by their major version. With Go modules, the major version is part of the import path (i.e., the package "name" in Go), but would...

type.feature
Medium Priority

The date on the invoice appears to always use `\today`, but once I've made the invoice, I'd like to set a date that can't change. Then even if I accidentally...

And will thus cause tests to fail once it is out. The correct name is `assertEqual`.

tech debt

#### Problem description It appears that it's really only used in tests, but `bsddb3` is deprecated according to https://www.jcea.es/programacion/pybsddb.htm It does not support Python >=3.10, and instead `berkeleydb` should be...

#### Problem description When running on a big-endian system, `test_format_compatibility` fails due to an endian mismatch. ``` __________________________ test_format_compatibility ___________________________ def test_format_compatibility(): # This test is intended to catch any...