Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Merge requests
!583
Fixup documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixup documentation
fixup-documentation
into
master
Overview
0
Commits
2
Pipelines
1
Changes
11
Merged
Gregory Ashton
requested to merge
fixup-documentation
into
master
5 years ago
Overview
0
Commits
2
Pipelines
1
Changes
11
Expand
Adds the
gwpy
methods as the preferred way to set the strain data
Removes references to some of the problematic helper functions
Adds a
bilby.gw.detector.Interferomer.set_strain_data_from_gwpy_timeseries
wrapper for consistency
Various minor fixes to other documentation pages
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cf5fdfd3
2 commits,
5 years ago
11 files
+
66
−
71
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
bilby/core/sampler/base_sampler.py
+
1
−
0
Options
@@ -569,6 +569,7 @@ class NestedSampler(Sampler):
the prior constraint here.
Parameters
----------
theta: array_like
Parameter values at which to evaluate likelihood
Loading