ganga icon indicating copy to clipboard operation
ganga copied to clipboard

Ganga is an easy-to-use frontend for job definition and management

Results 71 ganga issues
Sort by recently updated
recently updated
newest added

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...

cleanup
good first issue

Now pidcalib2 is with `lb-conda` it is easy to run on batch backend - I have my own setup to do it. It would be nice to make an application...

enhancement
LHCb

We should add a check that `maxProcessors` is greater or equal to `minProcessors`

enhancement
DIRAC

It seems that one cannot add files to an existing list of outputfiles, only define a completely new list. This does not seem right to me: ```python Ganga In [6]:...

Can we catch deprecation warnings in our testing? It would help prevent issues like #2147

enhancement
good first issue
continuous integration tests

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)....

Core

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...

cleanup
Core
good first issue

There seems to be a config error when one tries to import multiple modules from Ganga. #Steps to reproduce 1) Make a new file 2) Write the code as mentioned...

bug
good first issue

# The Issue: The behaviour of LocalFile is inconsistent between the use of wildcards and exact filenames in outputfiles. This issue is seen only when the localdir of outputfile is...

A request from a user: It would be nice to be able to archive jobs such that they don't appear when `jobs` is typed unless they are requested

enhancement
Core
good first issue
Persistency