Maximilian Linhoff

Results 121 issues of Maximilian Linhoff

### Description This is a follow-up to #13510, #13497 and #16222 to further improve up 13479. I now use `cython.ufunc` to get a large speedup, factors of 2 to 3...

coordinates
Performance
benchmark

**Gammapy version** Current main. **Bug description** The documentation does not behave correctly on window size transitions anymore. Comparing current dev docs with the Gammapy 1.2 docs: ### Gammapy 1.2 ![old_small_gammapy](https://github.com/gammapy/gammapy/assets/5488440/6255950a-792c-4b6f-b908-530c1477bdba)...

bug
docs

**Gammapy version** Current main branch. **Bug description** Building the docs is currently an extremely slow process, since even if only small things in the source file are changed, the full...

bug
docs
coding sprint

**Gammapy version** Current main branch and also released versions. **Bug description** The `WCSNDMap` silently reorders the array data by calling `data.reshape(geom.data_shape)` if the input data shape does not match the...

bug
coding sprint

**Description** Connected to #5179 I wanted to see what fails if instead of silently converting the input data into the expected shape, an error is raised. It seems most cases...

feature
cleanup

### Description For some reason, the dirac integration uses an RSE expression https://github.com/rucio/rucio/blob/0bbc069faf17f06eff1891aa90e634adea67b216/lib/rucio/core/dirac.py#L133 Why require this custom attribute? ### Steps to reproduce Try uploading a file via dirac without having...

bug
DIRAC

### Description The docker clients image merges an existing configuration that as empty sections for many authentication related values: https://github.com/rucio/containers/blob/48e664c5f58ba9a16dc1adfa35e9ee3f7b2c24dc/clients/rucio.default.cfg#L5-L11 When only some of the corresponding values are overriden, these...

bug

### Description Imagine custom metadata (e.g. using the JSON backend) like this: ``` did_client.set_metadata_bulk(scope, name1, meta={"categories": ["foo", "bar"], "format": "fits"}) did_client.set_metadata_bulk(scope, name2, meta={"categories": ["bar", "baz"], "format": "ecsv"}) ``` We'd like...

feature
Metadata

### Description Looking at the output of `rucio get-metadata` and then going over these definitions here: https://github.com/rucio/rucio/blob/ba102506d470c417fd2b136304e4fa4f7fc3a870/lib/rucio/db/sqla/models.py#L431-L453 there seem to be a lot of columns for did metadata that seem...

enhancement
Metadata