Skip to content
New issue

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

6599 radia param dipole 64 bit #6601

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Conversation

mkeilman
Copy link
Contributor

The issue was in _update_extruded(), which refers to radia_util.AXIS_VECTORS, where numpy.array([1, 0, 0]) etc. creates an array of numpy.int64. The simple expedient of using numpy.array([1.0, 0, 0]) gets past this.

@mkeilman mkeilman merged commit 29cdc8b into master Dec 14, 2023
2 checks passed
@mkeilman mkeilman deleted the 6599-radia-param-dipole-64-bit branch December 14, 2023 18:48
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.

1 participant