Carlos da Costa

Results 9 issues of Carlos da Costa

#### Issue description For some movies, `movie.asXML()` is generating a malformed XML. In the example I have found, the culprit is a writer whose `Person` class lack any keys. See...

bug
http

## Description A conda installation of numpy provides MKL-accelerated linear algebra subroutines (BLAS) but does not substitute FFTs for those from the Intel MKL FFT. As far as I have...

enhancement

Typing annotations are quickly becoming ubiquitous in Python. They improve readability, documentation, and when paired with a modern IDE, can improve autocomplete suggestions and supply advanced warnings. I propose that...

enhancement
Core

Motivation -------------- When PyLops was idealized, it relied heavily on the widely available SciPy implementation of a LinearOperator. This was great in the beginning as it allowed for rapid development...

Core

Motivation -------------- Currently, several operators are defined through operators. For example, `Laplacian` depends on `SecondDerivative`. This is great as it encourages code reuse and standardized operators. However, the way in...

Core

On a Intel Core i7-8565U CPU @ 1.80GHz × 8, the full test suite takes on average, 250s. I have noticed that tests are routinely failing in the GitHub CI,...

help wanted
good first issue

As reported in #5229, calling `ravel` on a `DeviceNDArray` returns an error. The issue stems from `Array` in `dummyarray.py` returning the array itself instead of both an `Array` and an...

4 - Waiting on author
CUDA

The option ``-f`` is not respected by the outline. That is, if a reference to page 10 for example is in the outline, this reference will still be there even...