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
Commits
76c5f8fd
Commit
76c5f8fd
authored
2 years ago
by
Colm Talbot
Browse files
Options
Downloads
Patches
Plain Diff
BUGFIX: Bilby MCMC - fix pickling
parent
3b3d387b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1141
BUGFIX: Bilby MCMC - fix pickling
Pipeline
#442869
passed
2 years ago
Stage: initial
Stage: test
Stage: docs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bilby/bilby_mcmc/sampler.py
+0
-3
0 additions, 3 deletions
bilby/bilby_mcmc/sampler.py
with
0 additions
and
3 deletions
bilby/bilby_mcmc/sampler.py
+
0
−
3
View file @
76c5f8fd
...
...
@@ -1076,9 +1076,6 @@ class BilbyMCMCSampler(object):
Eindex
=
0
,
use_ratio
=
False
,
):
from
..core.sampler.base_sampler
import
_sampling_convenience_dump
self
.
_sampling_helper
=
_sampling_convenience_dump
self
.
beta
=
beta
self
.
Tindex
=
Tindex
self
.
Eindex
=
Eindex
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment