-
Notifications
You must be signed in to change notification settings - Fork 17
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
Automatically detect default dtype
for lattice and beam importers
#340
base: master
Are you sure you want to change the base?
Conversation
Before finishing this PR, we should discuss the default behaviour of the beam importers that import numpy data. Right now there are actually in an inconsistent state:
In case we go for the second option, |
Hi, I just noticed that the lattice loaded with |
On a side note, I discovered that now the entire |
You should even be ablo to simply call |
dtype
for lattice and beam importers
I've just added a |
Thanks! I was testing that on released v0.7.0 version, not this PR branch. |
I noticed a small inconsistency in the |
Description
Motivation and Context
Types of changes
Checklist
flake8
(required).pytest
tests pass (required).pytest
on a machine with a CUDA GPU and made sure all tests pass (required).Note: We are using a maximum length of 88 characters per line.