Ulrik Egede
Ulrik Egede
Suggested steps for developing this. @YilinZhao6 Let us know if you start working on this. - Investigate if [Deprecated](https://pypi.org/project/Deprecated/) is the correct thing to base this on, or if there...
> Hi! I would like to solve this issue....Can you assign it to me?? You are welcome to submit a pull request. Please create a fork, fix the issue and...
Yes, you are welcome. See my comment above on how to do this.
Usually in Ganga, the progress of jobs is monitored in a background thread. However, Ganga can be started without this thread running and then the `runMonitoring` function defined in the...
> Hi @egede, this issue is still open, I would like to resolve it No, this one is actually currently being worked on (see #2390)
You are welcome to work on this one, but please carefully read through the closed PR #2390 to avoid going down the same wrong route.
> Hi [@egede](https://github.com/egede) can i work on it, as i work before but at that time there is some issue in the code so issue was get closed. now it...
> [@egede](https://github.com/egede) While working on runMonitoring, I noticed that on lines 1280 and 1281 in Local_GangaMC_Service.py, "logger" is not defined. > > Should I create a new issue to fix...
There is something odd going on with the testing here. Not sure what as it seems unrelated to the code changes that you have made.
@saadkhi Take a look at the GangaCore Integration tests. There are 3 errors there that relate to the code that you modified. Please take a look first yourself and then...