Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Ashton
PyFstat
Commits
fe49dcba
Commit
fe49dcba
authored
Apr 23, 2018
by
Gregory Ashton
Browse files
Fixing tests
parent
4a640fbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests.py
View file @
fe49dcba
...
...
@@ -153,7 +153,7 @@ class ComputeFstat(Test):
def
test_run_computefstatistic_single_point
(
self
):
Writer
=
pyfstat
.
Writer
(
self
.
label
,
outdir
=
self
.
outdir
,
duration
=
86400
,
h0
=
1
,
sqrtSX
=
1
,
detectors
=
'H1
,L1
'
)
h0
=
1
,
sqrtSX
=
1
,
detectors
=
'H1'
)
Writer
.
make_data
()
predicted_FS
=
Writer
.
predict_fstat
()
...
...
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