diff --git a/examples/const_cs_gw.py b/examples/const_cs_gw.py index 7d5cfc8..8adecc1 100644 --- a/examples/const_cs_gw.py +++ b/examples/const_cs_gw.py @@ -14,9 +14,9 @@ from pttools.bubble import lorentz from pttools.bubble.shock import shock_curve from pttools.models import ConstCSModel -from pttools.omgw0 import Spectrum, omega_noise, omega_ins +from pttools.omgw0 import Spectrum, omega_ins from pttools.analysis.parallel import create_spectra -from pttools.analysis.utils import A3_PAPER_SIZE, A4_PAPER_SIZE +# from pttools.analysis.utils import A3_PAPER_SIZE, A4_PAPER_SIZE logger = logging.getLogger(__name__)