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.
This MR updates the CI to run a few more basic checks, including --help
on all installed scripts.
This exposed a bug in bilby_result
for python2.7 where print
is used as an attribute name (see pipeline #80948). It is forbidden to use reserved keywords as attribute names (in python3, print
is just a builtin function
). So, I renamed that attribute keys
which made sense to me in context.