Skip to content

Commit

Permalink
Fix const_cs_gw imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Dec 5, 2024
1 parent cc4bd3e commit 05ce1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/const_cs_gw.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down

0 comments on commit 05ce1c2

Please sign in to comment.