aboutsummaryrefslogtreecommitdiff
path: root/gn2/utility/Plot.py
AgeCommit message (Collapse)Author
2024-09-11BUGFIX: Use absolute paths for font filesFrederick Muriuki Muriithi
Use absolute paths for font files so that they are loaded successfully, regardless of whether the application is run with the working directory being the root of the GN2 repo/package or not.
2024-09-11Log out the absolute pathFrederick Muriuki Muriithi
Log out the absolute path to avoid replicating the relative path in the logs, which isn't useful. This relates to commit ca8018a61f2e014b4aee4da2cbd00d7b591b2f6a
2024-09-11Debug Haley-Knott Regression mapping failureFrederick Muriuki Muriithi
I suspect the use of relative paths might be the cause of the failure in the production container — In the development environments and the CI/CD container, the applications are run at the root of the GN2 repository/package. This might not be the case in the production-esque containers, since the packages are installed in GNU Guix's store, and the launching of the application might be entirely elsewhere. This commit will hopefully log out the information necessary to figure out whether or not my hypothesis is correct.
2024-02-19Fix font pathszsloan
2023-12-29Namespace all modules under gn2.Arun Isaac
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service.