Sergio Pascual

Results 10 issues of Sergio Pascual

### Description I'm building astropy 5.10 with a prerelease of python 3.11 for the next Fedora release. I'm getting this error in the tests: ``` =================================== FAILURES =================================== _______ test_simple_object[0-StaticMatrixTransform-args6-kwargs6-False]...

Bug
Python 3.11

This `print` breaks the doc generation in python3 and with ipython-sphinx https://github.com/pydata/patsy/blob/4c613d0ad3009044ca3aee5a5d70bd56af8f396b/doc/spline-regression.rst#L182

I'm the packager of pgsphere in Fedora. I can't find the canonical url to download the source code of pgsphere 1.1.1. I used pgfoundry.org but is not working anymore

This PR implements a first step towards the goal of running the tests of astroplan without network access. I'm using the decorator `@pytest.mark.remote_data` from the package `pytest-remotedata`, which is currently...

I have just installed rstan via the copr repo and it misses two runtime dependencies RcppEigen and BH. I have installed both packages also from the repo and rstan seems...

The C23 standard makes `bool`,` true` and `false` reserved words. This PR renames `bool` as `boolt_t` and `true` and `false` as `true_v` and `false_v`. This fixes https://github.com/astropy/astroscrappy/issues/94

In Fedora Linux we are compiling astroscrappy with the new GCC15, that by default uses C23 dialect for C. The problem is that `bool`, `true` and `false` are reserved words...

Hello, `pyregion` installs a file `geom.h`. This file is not used, as far as I can see, anywhere in the code. The code in the file seems invalid, starting with...

Hello, I'm seeing some errors in pytest when building reproject 1.5.0 inside the Fedora build system. The errors appear due to a missing string: 'Broadcasting is being used' Could if...

The tarball for 2.4.3 obtained from PyPI doesn't contain the directory `licenses`, so `LICENSE_STSCI_TOOLS.txt` is missing. The files are present in the tarball for 2.4.2

bug