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
fc02e97b
Commit
fc02e97b
authored
Jan 30, 2017
by
Gregory Ashton
Browse files
Fix default add_noise to True (fixes broken tests)
parent
f77f31f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/core.py
View file @
fc02e97b
...
...
@@ -671,7 +671,7 @@ class Writer(BaseSearchClass):
delta_F2
=
0
,
tref
=
None
,
F0
=
30
,
F1
=
1e-10
,
F2
=
0
,
Alpha
=
5e-3
,
Delta
=
6e-2
,
h0
=
0.1
,
cosi
=
0.0
,
psi
=
0.0
,
phi
=
0
,
Tsft
=
1800
,
outdir
=
"."
,
sqrtSX
=
1
,
Band
=
4
,
detector
=
'H1'
,
minStartTime
=
None
,
maxStartTime
=
None
,
add_noise
=
Fals
e
):
minStartTime
=
None
,
maxStartTime
=
None
,
add_noise
=
Tru
e
):
"""
Parameters
----------
...
...
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