Ole Streicher
Ole Streicher
Hi, I am a Debian Developer and involved in the Debian Astro Team. Our goal is to package the relevant software to make Debian a perfect base for astrophysical investigations....
### Description When creating a table column with `u.mag()` as unit, the FITS writer refuses to take it as a FITS `mag` standard column but serializes it in a astropy...
### Description The `int` type in numpy seems arch dependent and different on arch platforms. For example, on an 32-bit platform: ```python >>> import numpy as np >>> np.array(9048843364125, int)...
Dear Radek, I write you on behalf of the Debian Astro team. As you may know, our goal is to package the important software relevant for astronomy and astrophysics for...
I am just packaging the new version for Debian. The build (and builtin tests) look fine. The Python tests also pass, but Python exits with a crash on exit. This...
On Debian's "armhf"/"armel" platforms (ARM processor, 32 bit), I get the following build error when linking the shared library, which looks a bit mystic to me: ``` [ 97%] Linking...
Triggered by #1060, I switched the Debian package to use ImageMagick instead of GraphicsMagic, which I did with the CMAKE defines `DMAGICK=YES DGRAPHICSMAGIC=OFF`. The ImageMagick configutaion uses `Magick++-config` to find...
The PROV-N serializer is a nice tool for writing documentation and doctests (apart from #130) for provenance applications. However, it would be nice if it would support nicely formatted output...
With Python 3 (3.6, 3.7), the output with PROV-N (at least) is not deterministic: ```Python import prov.model as prov d = prov.ProvDocument() d.set_default_namespace('https://example.com') d.entity('id', [(prov.PROV_TYPE, 'foo'), (prov.PROV_TYPE, 'bar')]) print(d.get_provn()) ```...
In our project, I sometimes see the following error with gfortran: ``` Processing file test_config.pf ... Done. Results in test_config.F90 gfortran -g -c […] test_config.F90 […]/tests/test_config.pf:211:132: Error: Line truncated at...