Skip to content
Snippets Groups Projects
Commit 24118c35 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

fix plot reference in gwinc module

namespace conflict with the gwinc plot keyword argument.
parent 3ab41853
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,7 +9,7 @@ from .precomp import precompIFO
from . import suspension
from . import util
from . import noise
from . import plot
from .plot import plot_noise
def noise_calc(ifo, f):
......@@ -201,6 +201,6 @@ def gwinc(freq, ifoin, source=None, plot=False, PRfixed=True):
logging.info('BBH Inspiral Range: ' + str(score.effr0bh) + ' Mpc/ z = ' + str(score.zHorizonBH))
logging.info('Stochastic Omega: %4.1g Universes' % score.Omega)
plot.plot_noise(ifo, noises)
plot_noise(ifo, noises)
return score, noises, ifo
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