Elliott Sales de Andrade

Results 218 issues of Elliott Sales de Andrade

Now, I'm guessing this is on purpose due to their size, but it's a bit weird that `numcodecs.tests` _is_ installed. This means that running installed tests with `pytest --pyargs numcodecs`...

I have installed the packaged version of NetCDF for Fortran, but CMake does not correctly find it. ``` $ cmake . ... -- Failed to find NetCDF interface for F90...

bug

In line with [the PR on autoconf_cig](https://github.com/geodynamics/autoconf_cig/pull/8), replace HDF5 tests with the new macro. Also, fix calls to newer HDF5 so that compilation is no longer broken. This fixes #2...

[Building with Matplotlib 3.5.0b1](https://koschei.fedoraproject.org/build/11028990) fails on two tests: ``` _______________________________________________________________________________________________________________________________________________________ test_gaussian ________________________________________________________________________________________________________________________________________________________ Error: Image files did not match. RMS Value: 21.09554109679737 Expected: /tmp/tmpmwx2uric/test_gaussian.test_gaussian/baseline.png Actual: /tmp/tmpmwx2uric/test_gaussian.test_gaussian/result.png Difference: /tmp/tmpmwx2uric/test_gaussian.test_gaussian/result-failed-diff.png Tolerance: 20 ______________________________________________________________________________________________________________________________________________________...

If an inline code section contains an unmatched brace, then using braces as the `\mintinline` delimiter breaks. The inline section will extend to the next matching brace instead. `\mintinline` can...

This is probably not useful for anyone not on a Mac (and I'm not even sure it works in a portable manner to other people's Macs, but I dunno).

If I check the `Preferred subfamily`, they all appear consistent with the file names: Preferred subfamily ``` $ otfinfo -i Mona-Sans*|rg subfamily Mona-Sans-BlackItalic.otf:Preferred subfamily: Black Italic Mona-Sans-BlackNarrowItalic.otf:Preferred subfamily: Black Narrow...

`Part.FileName` now applies `filepath.Base` to the return value [1]. For compatibility with older versions, this now explicitly applies `Base` when fetching `FileName` always. Note that CI is on 1.15 which...

I'm not sure if this is a bug or not, but the 'invalid' value is different depending on the query: ```python >>> import numpy as np >>> a = np.arange(30.0)...

This is because a) you have this styling: ``` body { opacity: 0; } body.ready, html:not(.js) body { opacity: 1; } ``` and b) https://unpkg.com/dark-mode-toggle is failing to load. But...