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
On the current master branch (version 0.7, commit b9f971d) the RBend segment fails to be properly constructed. Likely related to #170.
Minimal example:
import torch import cheetah segment = cheetah.Segment( elements=[ cheetah.RBend(length=torch.tensor([1])), ] ) segment.plot_overview()
Crashes with IndexError: too many indices for tensor of dimension 0
IndexError: too many indices for tensor of dimension 0
The text was updated successfully, but these errors were encountered:
cr-xu
Successfully merging a pull request may close this issue.
On the current master branch (version 0.7, commit b9f971d) the RBend segment fails to be properly constructed.
Likely related to #170.
Minimal example:
Crashes with
IndexError: too many indices for tensor of dimension 0
The text was updated successfully, but these errors were encountered: