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
If we want to set a constant value for an Axial driver we need to do something like:
Axial
AxialDriver(ScalarDriver.getConstantDriver(H[0]), ScalarDriver.getConstantDriver(H[1]), ScalarDriver.getConstantDriver(H[2])))
instead, perhaps an easier way:
AxialDriver(*H)
Scalar Driver can also be assumed to be constant by default:
ScalarDriver(val) == ScalarDriver.getConstantDriver(val)
The text was updated successfully, but these errors were encountered:
LemurPwned
Successfully merging a pull request may close this issue.
If we want to set a constant value for an
Axial
driver we need to do something like:instead, perhaps an easier way:
Scalar Driver can also be assumed to be constant by default:
The text was updated successfully, but these errors were encountered: