Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
2226f234
Commit
2226f234
authored
Jul 03, 2019
by
Soichiro Morisaki
Committed by
Adam Mercer
Jul 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lalinference_pipe_utils.py: minor python3 fix
(cherry picked from commit
1b22bb20
)
parent
047c5954
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lalinference/python/lalinference/lalinference_pipe_utils.py
lalinference/python/lalinference/lalinference_pipe_utils.py
+1
-1
No files found.
lalinference/python/lalinference/lalinference_pipe_utils.py
View file @
2226f234
...
...
@@ -1796,7 +1796,7 @@ class LALInferencePipelineDAG(pipeline.CondorDAG):
bayeswavepostnode
[
ifo
].
set_srate
(
bw_srate
)
bayeswavepost_fakecache
=
'interp:'
+
bwPSDpath
+
ifo
+
'_fairdraw_asd.dat'
if
event
.
timeslides
.
has_key
(
ifo
)
:
if
ifo
in
event
.
timeslides
:
slide
=
event
.
timeslides
[
ifo
]
else
:
slide
=
0
...
...
Write
Preview
Markdown
is supported
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