Ole Streicher

Results 157 comments of Ole Streicher

As this is resolved now, I am closing it. Thank you for all participants for the help!

Couldn't one just remove the class attributes here? APLPy is not a real use case; [the code in question is](https://github.com/aplpy/aplpy/blob/00bbe28bea179b120e39818a9f171159b51333e4/aplpy/axis_labels.py#L45-L49): ```Python elif isinstance(frame, FK5): equinox = "{:g}".format(FK5.equinox.jyear) xtext = 'RA...

No; please just keep this one open. I will create a PR for APLPy that closes it.

That is 0.4.0, the latest published version.

I can confirm that https://github.com/einsteinpy/einsteinpy/commit/81efd556e63cfa7e6e20ccd94bc5894ec6d466d7 solves the problem, thanks. I applied it as a patch to the Debian package, so I don't need a backport. If you don't release a...

Sorry that I didn't answer quickly. Here is my result (after expülicitly setting the default locale to `Locale.UK` to avoid locale problems): ``` [junit] Locale: en_GB [junit] req: [junit] chr...

The failure still remains: ``` [junit] Locale: en_US [junit] req: [junit] chr 0: 0x24 0x24 >$< [junit] chr 1: 0xc2 0xc2 >?< [junit] chr 2: 0xa3 0xa3 >?< [junit] getBytes:...

OOps, that was my mistake: In the second round, I accidently applied only the first commit again. Replacing `"$£"` with `"\u0024\u00a3"` did the trick. Sorry.

Yes I can confirm it works well. Thank you for the help, and sorry for my mistake!

HDF5 support in Debian got disabled in 2018 as a consequence of [debian#915207](https://bugs.debian.org/915207). However, after this I forgot to re-enable it later, sorry. I'll investigate this and upload a new...