Skip to content

Commit

Permalink
Update gaussian_profile.py
Browse files Browse the repository at this point in the history
Dependencies fix
  • Loading branch information
spencerjolly authored Dec 14, 2023
1 parent cf69c74 commit 9602196
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lasy/profiles/gaussian_profile.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from . import CombinedLongitudinalTransverseProfile
from .longitudinal import GaussianLongitudinalProfile
from .transverse import GaussianTransverseProfile
import numpy as np

from .profile import Profile

class GaussianProfile(CombinedLongitudinalTransverseProfile):

class GaussianProfile(Profile):
r"""
Derived class for the analytic profile of a Gaussian laser pulse.
Expand Down

0 comments on commit 9602196

Please sign in to comment.