Leonardo Uieda

Results 412 comments of Leonardo Uieda

The logo is CC-By and can be downloaded form https://eartharxiv.github.io/resources.html

> One work-around I have found is to create a new "Set of Teams" when creating the assignment. This allows a user who had previously joined a team in some...

@eusoubrasileiro it's not really a matter of the inversion. The only challenge is having `gravmag.talwani` implement the forward modeling with depth-varying density. Once that is done, the inversion code doesn't...

Hi @saulopo thanks for pointing this out! We'll fix it when migrating to [Harmonica](https://github.com/fatiando/harmonica).

Hi @pari65, Can you please tell me exactly all the steps that you did? Did you install both ways one after the other? What operating system are you using? Are...

OK. So you don't get any errors during the `conda install fatiando -c conda-forge` right? When you open the Python interpreter, do you see something like the following? Python 2.7.13...

OK, let me know if it works. Things tend to be more difficult in Windows and having 32 x 64bit and Python 2.7 x 3.6 doesn't help :)

Having recently gone through all of this, there are 2 options that would work well here: 1. Use `setup.cfg` and `pyproject.toml` (see [Pooch](https://github.com/fatiando/pooch)) so you don't need `setup.py` and have...

Ah right, if keeping setup.cfg is out of the question then it would a matter of waiting until setuptools support is stable. It underpins so many packages that generating conflicts...

@AlecTaylor thank you for filing the bug! I've never encountered that before since I've always built with gcc. Could you try commenting the lines in `setup.py` that say `libraries=['m'],` and...