Skip to content

Add-paraxial-gaussian-flying-focus#442

Open
EliasMelch wants to merge 3 commits into
LASY-org:developmentfrom
EliasMelch:add-paraxial-gaussian-flying-focus
Open

Add-paraxial-gaussian-flying-focus#442
EliasMelch wants to merge 3 commits into
LASY-org:developmentfrom
EliasMelch:add-paraxial-gaussian-flying-focus

Conversation

@EliasMelch

Copy link
Copy Markdown

No description provided.

self.m = m
self.n = n
self.wavelength = wavelength
self.pol = pol

Check warning

Code scanning / CodeQL

Overwriting attribute in super-class or sub-class Warning

Assignment overwrites attribute pol, which was previously defined in superclass
Profile
.
self.p = p
self.m = m
self.wavelength = wavelength
self.pol = pol

Check warning

Code scanning / CodeQL

Overwriting attribute in super-class or sub-class Warning

Assignment overwrites attribute pol, which was previously defined in superclass
Profile
.
wavelength = 10e-9 # m
pol = (1, 0) # polarization
w_0 = 10e-2 # waist in meters
w_0 = w_0 # single waist

Check failure

Code scanning / CodeQL

Redundant assignment Error test

This assignment assigns a variable to itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants