Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Commits
a048e917
Commit
a048e917
authored
6 years ago
by
Colm Talbot
Browse files
Options
Downloads
Patches
Plain Diff
change output for bad psd update
parent
57ec4f9e
No related branches found
No related tags found
1 merge request
!79
Fix psd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tupak/gw/detector.py
+1
-1
1 addition, 1 deletion
tupak/gw/detector.py
with
1 addition
and
1 deletion
tupak/gw/detector.py
+
1
−
1
View file @
a048e917
...
...
@@ -737,7 +737,7 @@ class PowerSpectralDensity(object):
def
_check_frequency_array_matches_density_array
(
self
,
density_array
):
match
=
(
len
(
self
.
frequencies
)
==
len
(
density_array
))
if
not
match
:
logging
.
warning
(
'
S
pectral density does not match frequency array. Not updating.
'
)
logging
.
warning
(
'
Provided s
pectral density does not match frequency array. Not updating.
'
)
return
match
def
_set_from_amplitude_spectral_density
(
self
,
frequencies
,
amplitude_spectral_density
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment