erykoff

Results 24 comments of erykoff

Just to be clear, my test with `clang` was a symlink to `arm64-apple-darwin0.0.0-clang` from conda-forge. But it seems that the problem is not the compiler, but the `ld64` linker as...

See #118, but the problem is triggered when `mmap` is used which is triggered when either (a) the output file exists (but is deleted!) or (b) a path (relative or...

Adding to @isuruf 's comment, on macOS this can be done with `codesign -s - -f filename`, where `codesign` is distributed with the Xcode command-line tools.

Please take a look now. I pushed the fix further upstream and also used `masked` instead of `0.0`. Maybe you have some more elegant ideas; however, this does fix the...

Ah, so it seems that the change from `super().autoscale(np.ma.array(A, mask=(A

Putting in a guard (hacking my installation and not running a full test) does work in terms of not crashing, but leaves the hexbin (in particular) with no background rather...

It should at least be per-ccd, not per-exposure. In the Rubin stack it can vary at sub-ccd scales, in sextractor/psfex it can't.

I am not convinced that allowing to vary at sub-ccd scales is particularly useful overall, as it creates more degrees of freedom for things to go wrong. And it's also...

The problem is that the option is available for older pythons, but it is broken if you have any overrides of system default compiler flags (which we do for conda...