Fix broken CI
These changes should be revisited when we dropped support for nessai <0.7.0
10/10/22 - Merged in !1158 (closed), so this MR should fix the CI.
Merge request reports
Activity
mentioned in merge request !1161 (merged)
@gregory.ashton, I've merged !1158 (closed) into this MR so hopefully, this single MR will get the CI working.
added 2 commits
- Resolved by Michael Williams
Thanks @michael.williams, the failing gwpy test seems to be due to changed behaviour in gwpy. It looks like this won't cause any issues for us in practice as we don't use the loaded channel name.
The short version is that gwpy no longer seems to set the channel when reading the time series and we should query the
name
of the series instead. Changing this line toself.assertEqual(strain.name, channel)
should fix the remaining failure.
mentioned in commit 93b19659
changed milestone to %1.3.0