Ulrik Egede
Ulrik Egede
Yes, just update documentation.
We might want to extract information from MatterMost for assisting the LLM. The script pasted in below will be useful for that. Script is a bit old so might require...
Sorry for the slow reply. No, this is not part of the challenge, but simply posted there as information for whoever will be the GSoC student. You can take it...
Some tests are failing, reporting a failure of `import GangaCore.PACKAGE`. It should be investigated if those lines can just be deleted.
The `PackageSetup` class should be deleted as well.
So there are still some failing tests. I think that they are still casued by lack of cleaning up. If I search for `PACKAGE` in the code base, I still...
We see a set of failures in the testing here, that I assume is a side effect of the code that has been removed. ``` /home/runner/venv/lib/python3.11/site-packages/coverage/inorout.py:503: CoverageWarning: Module ganga/GangaCore/PACKAGE.py was...
@souravpy I fixed the collision caused by the file that was removed/restored. When developing code on a fork, please use a branch rather than the just the `main` branch (called...
To fix this will require to change the way that the `GangaList` object works. It should instead be inside the `GangaList` object that the expansion of the wildcards. But the...
This will require a bit more research into what current behaviour is, and how we want to change it.