We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I found a small issue in the code of zospy/analyses/physicaloptics.py. At lines 334-335, I noticed this:
elif isinstance(start_surface, int): analysis.Settings.StartSurface.SetSurfaceNumber(1)
It seems like it should be:
elif isinstance(start_surface, int): analysis.Settings.StartSurface.SetSurfaceNumber(start_surface)
I'm not a great GitHub user, so please let me know if there's a better way to report issues like this.
Thanks ! :)
1.3.0
not concerned
No response
The text was updated successfully, but these errors were encountered:
Hi @Lupatran,
This indeed seems to be implemented wrong and should be fixed. Can you create a small pull request that fixes it?
Sorry, something went wrong.
@Lupatran version 1.3.1 in which you fix is implemented has just been released!
Successfully merging a pull request may close this issue.
Problem
Hi!
I found a small issue in the code of zospy/analyses/physicaloptics.py.
At lines 334-335, I noticed this:
It seems like it should be:
I'm not a great GitHub user, so please let me know if there's a better way to report issues like this.
Thanks ! :)
What version of ZOSPy are you running?
1.3.0
What version of OpticStudio are you running?
not concerned
Which operating system do you use?
not concerned
In which environment do you use ZOSPy?
In which connection modes does the problem occur?
Example code
No response
Output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: