Ole Streicher

Results 104 issues of Ole Streicher

### Bug report **Bug summary** This is a quite strange bug, which I did not observe locally (or in our Gitlab CI tests): With h5py 3.5.0, I get the following...

bug
build

On architectures other than x86 32 or 64 bit, some tests take really long, as seen from the following table, which lists all test durations with 0.9.9 bigger than 1000...

HEASARC finally decided to move their cfitsio development to Github: https://github.com/HEASARC/cfitsio . If there are changes in fitsio, it would be great if they could be forwarded as Pull Requests...

🐞 **Problem** I am trying to update the Debian einsteinpy package. When running the tests, I get a failure of **test_lambdify_args**. ``` ___________________________ test_lambdify_with_args ____________________________ def test_lambdify_with_args(): x, y =...

support

**Gammapy version** Gammapy 1.1, Python 3.12 **Bug description** When running the CI tests in the Debian package, I get the following failure with Python 3.12.1: ``` _____________________________ test_parameter_name ______________________________ def...

bug

Tasks: * [x] update version numbers * [x] write release documentation * [x] other release related documentation updates * [x] Merge #387 and #388 Release notes will be automatically created...

Taken from NOIRLABs IRAF, 5d4c168b549bf2b41a2e7dfe0e5e2de86328b9ba, author @mjfitzpatrick > The libtbtables.a was changed in v2.16 to use SPP fitsio from earlier uses of the fortran version under the assumption that they...

This is an alternative to #379: it switches to **cfitsio** for **tbtable**, but installs **cfitsio** in `vendor` (where it was until 2.17.1). This has a few advantages: * **cfitsio** as...

Triggered by [usngo/iraf/iraf-v218!1](https://gitlab.com/nsf-noirlab/csdc/usngo/iraf/iraf-v218/-/issues/1), this PR consistently uses [**libedit**](https://www.thrysoee.dk/editline/) instead of [**readline**](https://tiswww.case.edu/php/chet/readline/rltop.html) on all platforms. While this does not cause a change for the end user, it has a few advantages:...

Taken from https://github.com/iraf-community/iraf/pull/276#issuecomment-1500970377 (@fakahle): Building a file list from sections is sometimes buggy: ``` if ( images != "" ) { sections (images, option="fullname", > tmpin) } else { ```...