Skip to content
Snippets Groups Projects
Commit 046a0d67 authored by plasky's avatar plasky
Browse files

fixing issue #42

parent fe57dfb8
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -238,7 +238,7 @@ class PowerSpectralDensity:
if min(self.power_spectral_density) < 1e30:
print("You specified an amplitude spectral density file.")
print("{} WARNING {}".format("*" * 30, "*" * 30))
print("The minimum of the provided curve is {:.2e}.".format(min(self.power_spectral_density)))
print("The minimum of the provided curve is {:.2e}.".format(min(self.amplitude_spectral_density)))
print("You may have intended to provide this as a power spectral density.")
else:
self.power_spectral_density_file = psd_file
......
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