Ulrik Egede

Results 83 comments of Ulrik Egede

That rather reflects that the complete `LCG` backend should be removed. Might be best to do that in a separate PR first in fact.

This is a little bit of a tricky issue. - When we use `LocalFile` in the `inputfiles` attribute, we want to make sure that any relative PATH is expanded to...

The problem is with the `__init__` function in [`Docker.py`](https://github.com/ganga-devs/ganga/blob/54b2397f3eebd56da2280d8186a956adac725268/ganga/GangaCore/Lib/Virtualization/Docker.py#L39). Simply removing `mode` from the list of arguments and the the subsequent assignment line, I think will resolve the issue.

It would be good to write a few test cases that actually show that the instatiation of the class works correctly in a few different cases. So ``` d =...

> Thanks for the hint. Yes, it looks like `__init__` function doesn't need the mode parameter. It's not used anywhere other than getting assigned as an instance variable. OR maybe...

Yes, I think changing finalisation to `debug` and then re-enabling `info` level.

When running the GangaCore GPI tests with python 3.11 there is a total of 40k warnings emitted!

Looks good. Please go ahead and make a PR from a fork of the repository.

Yes, we have briefly discussed this before. To avoid having to create new states of jobs and still having the jobs in the repository and thus slowing down things -...

Please include code as text (not image) as well and boil the example down to the absolute minimal. The problem comes already from line 2, so presumably everything below there...