Ulrik Egede
Ulrik Egede
With the recent changes in the testing framework to allow tests to run for branches provided by external users after approval, the `setup.py` file (defining dependencies) and the `ci_push_testing.yml` file...
In the different plugins of Ganga there is a `PACKAGE.py` that back in ancient history defined dependencies. I believe the files themselves and the loading of them and subsequent creation...
When a master job is submitting, it can take a very long time to submit the subjobs for certain remote backends (i.e. several hours if there are maybe 3000 subjobs)....
The Job class has some very old legacy fields in the [schema](https://github.com/ganga-devs/ganga/blob/45d523f0895c2992a4c9bc5aba1fae6b5a3867f8/ganga/GangaCore/GPIDev/Lib/Job/Job.py#L207). The fields `inputsandbox`, `outputsandbox` and `outputdata` can be removed. The rest of the code base should be checked...
[Snakemake](https://snakemake.readthedocs.io/en/stable/) is increasingly used for configuring the whole workflow of a data analysis pipeline. At the moment, processing done by Ganga doesn't fit into this working pattern. It should be...
There is not yet a pythin3.13 compatible version of the `htcondor` package available. This in turn prevents Ganga to install via pip. From reading in the `htcondor` newsgroup, it is...