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
029110b2
Commit
029110b2
authored
Jun 28, 2019
by
Karl Wette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BinarySSBTimesTest: relax tolerance to 1e-9
- Closes
#175
parent
f7078061
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lalpulsar/test/BinarySSBTimesTest.c
lalpulsar/test/BinarySSBTimesTest.c
+1
-1
No files found.
lalpulsar/test/BinarySSBTimesTest.c
View file @
029110b2
...
...
@@ -186,7 +186,7 @@ main ( int argc, char *argv[] )
// ----- step 3: compare results
REAL8
err_DeltaT
,
err_Tdot
;
REAL8
tolerance
=
1e-
10
;
REAL8
tolerance
=
1e-
9
;
int
ret
=
XLALCompareMultiSSBtimes
(
&
err_DeltaT
,
&
err_Tdot
,
multiBinary_ref
,
multiBinary_test
);
XLAL_CHECK
(
ret
==
XLAL_SUCCESS
,
XLAL_EFUNC
,
"XLALCompareMultiSSBtimes() failed.
\n
"
);
...
...
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