Skip to content
Snippets Groups Projects
Commit a048e917 authored by Colm Talbot's avatar Colm Talbot
Browse files

change output for bad psd update

parent 57ec4f9e
No related branches found
No related tags found
1 merge request!79Fix psd
......@@ -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('Spectral density does not match frequency array. Not updating.')
logging.warning('Provided spectral density does not match frequency array. Not updating.')
return match
def _set_from_amplitude_spectral_density(self, frequencies, amplitude_spectral_density):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment