Maximilian Linhoff

Results 146 issues of Maximilian Linhoff

**Gammapy version** ``` ❯ gammapy info System: python_executable : /home/maxnoe/.local/conda/envs/ctao-school25/bin/python python_version : 3.12.10 machine : x86_64 system : Linux Gammapy package: version : 1.3 path : /home/maxnoe/.local/conda/envs/ctao-school25/lib/python3.12/site-packages/gammapy INFO:numexpr.utils:NumExpr defaulting to...

bug

Due to a mistake (not declaring a fixture function in the argument list), one of our tests tried to upload a file to LFN `'/ctao.dpps.test//gamma_prod5.simtel.zst'` This resulted in rucio rejecting...

This is currently not possible as the transformation system calls `getMetadataFields` which is not implemented for the `RucioFileCatalog`. ``` src/DIRAC/TransformationSystem/DB/TransformationDB.py 1708: res = catalog.getMetadataFields() ``` As commented in #8329, it's...

The operations works, but the `Successfull` dict is empty: ``` In [8]: help(fc.setMetadata) In [17]: from rucio.client.client import Client In [18]: from DIRAC.Resources.Catalog.RucioFileCatalogClient import RucioFileCatalogClient In [19]: fc = RucioFileCatalogClient()...

Even with the additions of the metadata related methods to `RucioFileCatalogClient`, `dirac-dms-find-lfns` raises an `AttributeError` for`getMetadataFields`. So this works in python: ``` fc = RucioFileCatalogClient() result = fc.findFilesByMetadata({"test-meta": "foo"}) ```...

BEGINRELEASENOTES *RucioFileCatalog fix: add missing option in RucioFileCatalog.getUserMetadataBulk ENDRELEASENOTES cc @cserf @gillardoLapp

**Describe the bug** Customizing the fonts does not work for pdf export, however it does properly for png. Specifying a custom font with `-tpdf` results in Times New Roman with...

triage

## Feature request Search engines regularly point to the docs hosted at https://numba.pydata.org/numba-doc/dev/index.html which stops at 0.52. Could you maybe redirect that page to the current documentation? It includes also...

doc

**Is your feature request related to a problem? Please describe.** Part of the ongoing work to support multiple data formats / versions and #3767 * [ ] What should the...

feature-request

### Description Rucio supports python >= 3.9, which is also the version currently used in the docker images. The requirements here: https://github.com/rucio/rucio/blob/45b19709d28ecccc39cd0e73e4087a7e79a71c49/requirements/requirements.client.txt#L10 are incompatible with python 3.9 as e.g. click...

bug