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
It's dangerous to have hard-coded values in the Params constructor
Params
RAMP-UA/microsim/opencl/ramp/params.py
Line 28 in 4f55459
Remove these defaults. If they're needed (e.g. for defining slider ranges in the GUI) then call a separate (factory?) to return a Params object.
The text was updated successfully, but these errors were encountered:
Branch nickmalleson-issue-231 created!
Sorry, something went wrong.
Branch spoonerf-issue-231 created!
(Maybe a duplicate of #229 ), probably close this in the new year and work on the other one
nickmalleson
spoonerf
No branches or pull requests
It's dangerous to have hard-coded values in the
Params
constructorRAMP-UA/microsim/opencl/ramp/params.py
Line 28 in 4f55459
Remove these defaults. If they're needed (e.g. for defining slider ranges in the GUI) then call a separate (factory?) to return a
Params
object.The text was updated successfully, but these errors were encountered: