-
Notifications
You must be signed in to change notification settings - Fork 667
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
DummyReader should be convertable to a MemoryReader #2077
Comments
Can you do a |
If iteration won't work then `transfer_to_memory` won't work either. It
iterates over a trajectory.
…On Tue, Sep 18, 2018 at 7:17 PM Oliver Beckstein ***@***.***> wrote:
Can you do a u.transfer_to_memory()?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2077 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEGnVtgztuvVnWQzSZOWQr7R0ar70Hvsks5ucSqPgaJpZM4Wt3JZ>
.
|
Related to #2076 we should just nuke dummyreader and replace with memory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I would like to create a dummy universe with a trajectory attached. I can create the dummy universe. I do not know how I load a numpy array as a trajectory into it.
This would work nicely as a feature with our new trajectory writer shortcut.
Describe the solution you'd like
Describe alternatives you've considered
I could load a file from the test trajectories.
The text was updated successfully, but these errors were encountered: