Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
3181c40a
Commit
3181c40a
authored
Aug 09, 2012
by
John Douglas Veitch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation in lalinference_pipe
Original: d899bb3bba89e344087d31823b40c19bc255fc20
parent
51363d2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lalapps/src/inspiral/posterior/lalinference_pipe_utils.py
lalapps/src/inspiral/posterior/lalinference_pipe_utils.py
+2
-2
No files found.
lalapps/src/inspiral/posterior/lalinference_pipe_utils.py
View file @
3181c40a
...
...
@@ -198,8 +198,8 @@ def scan_timefile(timefile):
continue
print
'Read time %s'
%
(
time
)
times
.
append
(
float
(
time
))
timefilehandle
.
close
()
return
times
timefilehandle
.
close
()
return
times
class
LALInferencePipelineDAG
(
pipeline
.
CondorDAG
):
def
__init__
(
self
,
cp
,
dax
=
False
):
...
...
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