Ole Streicher

Results 119 comments of Ole Streicher
trafficstars

OK, thanks. Since Riscv64 is not an official Debian architecture yet, I would just do nothing here; so, there is no Riscv64 package of sncosmo in the moment, and once...

I don't need a new release as I can patch locally. I already uploaded the patched version. However, this seems to show a problem (I'll report in another issue).

I can confirm this. With [this patch](https://salsa.debian.org/python-team/packages/tifffile/-/blob/3c5ee47d28fed22cfa18f2ff8c067c3dd8d18482/debian/patches/Fix-indentation-error-in-test.patch), it works fine.

It still fails at the same places. Unfortunately, I don't have a docker image or so -- we just create a simple chroot environment with the 32-bit libraries to compile...

On this issue, things now silently improved. With 0.19, I get the following failures: ``` __________________________ test_compute_flux_spatial ___________________________ def test_compute_flux_spatial(): […] geom = RegionGeom(region, axes=[energy_axis_true], binsz_wcs="0.01deg") > psf = PSFKernel.from_gauss(geom.to_wcs_geom(),...

@rieder if you at some point think that a Debian package would be a good idea, I't be happy to help you to get it ready. Concering MPI (or not):...

@plim As long as the internet connection is not required at build time, this is fine for me. For tests, I would appreciate if they would be marked if they...

@pllim > Does it need to be backported? I would think so. Otherwise, it will probably break astroquery CI with old versions. But I can apply this patch to Debians...

There are now a 2 CI failures on 32-bit platforms: ``` _________________________ test_int_out_of_order[True] __________________________ [gw1] linux -- Python 3.8.13 /__w/astropy/astropy/.tox/py38-numpy120-test/bin/python guess = True @pytest.mark.parametrize("guess", [True, False]) def test_int_out_of_order(guess): """…""" imax...