When plotting, extract the total trace from any sub-budgets
Compare changes
Files
2+ 2
− 2
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
CE1 and CE2 now collect certain noises (thermal, Newtonian) into their own sub-budgets in __init__.py
. plot.py
now needs to check whether each trace is indeed a single trace or a collection of traces. If it is a collection of traces, it will take the total of the traces. This fixes #47 (closed).