Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
bilby_pipe
Commits
50eba488
Commit
50eba488
authored
Jul 12, 2021
by
Gregory Ashton
Browse files
Fix pre-commit issues
parent
60305296
Pipeline
#255539
passed with stage
in 2 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bilby_pipe/process_bilby_mcmc.py
View file @
50eba488
...
...
@@ -12,6 +12,7 @@ import numpy as np
import
bilby
from
bilby.bilby_mcmc.sampler
import
Bilby_MCMC
from
bilby.bilby_mcmc.utils
import
ConvergenceInputs
from
bilby.core.utils
import
loaded_modules_dict
from
bilby.core.utils
import
logger
as
bilby_logger
from
bilby_pipe.data_analysis
import
(
DataAnalysisInput
,
...
...
@@ -19,7 +20,6 @@ from bilby_pipe.data_analysis import (
parse_args
,
)
from
bilby_pipe.utils
import
logger
as
bilby_pipe_logger
from
bilby.core.utils
import
loaded_modules_dict
bilby_pipe_logger
.
setLevel
(
logging
.
WARNING
)
bilby_logger
.
setLevel
(
logging
.
WARNING
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment