Admin message

Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 17 March 2026 starting at approximately 1200 EDT (1600 UTC). 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.

gwinc uses np.Inf, which was removed in numpy 2.0

Traceback (most recent call last):
  File "/builds/voyager/voyagergwinc/qopt.py", line 396, in <module>
    write_design(design, f"Voyager_{design.fom_type}")
  File "/builds/voyager/voyagergwinc/qopt.py", line 362, in write_design
    f.write(design.budget.ifo.to_txt())
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builds/voyager/voyagergwinc/venv/lib/python3.12/site-packages/gwinc/struct.py", line 438, in to_txt
    max_line_width=np.Inf,
                   ^^^^^^
  File "/builds/voyager/voyagergwinc/venv/lib/python3.12/site-packages/numpy/__init__.py", line 400, in __getattr__
    raise AttributeError(
AttributeError: `np.Inf` was removed in the NumPy 2.0 release. Use `np.inf` instead.
Assignee Loading
Time tracking Loading