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
GstLAL
Commits
8fb47dc7
Commit
8fb47dc7
authored
Aug 20, 2019
by
Cody Messick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gstlal_inspiral_split_injections: Remove Makefile variable name from MCHIRP_INJECTIONS string
parent
ee713314
Pipeline
#75776
passed with stages
in 22 minutes and 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gstlal-inspiral/bin/gstlal_inspiral_split_injections
gstlal-inspiral/bin/gstlal_inspiral_split_injections
+1
-1
No files found.
gstlal-inspiral/bin/gstlal_inspiral_split_injections
View file @
8fb47dc7
...
...
@@ -161,4 +161,4 @@ else:
mchirp_str
+=
mchirp_injection_str
(
keys
,
"%s_%04d.xml"
%
(
options
.
output_tag
,
i
)
if
not
options
.
single_output
else
"%s.xml"
%
options
.
output_tag
)
with
open
(
options
.
injection_str_output
,
'w'
)
as
f
:
f
.
write
(
'MCHIRP_INJECTIONS := %s'
%
mchirp_str
[:
-
1
])
f
.
write
(
mchirp_str
[:
-
1
])
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