Now passes an array.array object in the Cpnest livepoint constructor
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:17:28
| Stage: test |
Download artifacts
No artifacts found |
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.
Due to a recent update of cpnest, the sampler tests are currently failing
self = <bilby.core.sampler.cpnest.Cpnest.run_sampler.<locals>.Model object at 0x7f84f8c31f50>
def new_point(self):
"""Draw a point from the prior"""
prior_samples = self.priors.sample()
self._update_bounds()
point = LivePoint(
self.names, [prior_samples[name]
> for name in self.names])
E TypeError: Argument 'd' has incorrect type (expected array.array, got list)
bilby/core/sampler/cpnest.py:92: TypeError
This MR fixes it.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:17:28
| Stage: test |
Download artifacts
No artifacts found |