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

Missing keys when return rr_states from any simulation method #152

Closed
inoelloc opened this issue Mar 25, 2024 · 1 comment
Closed

Missing keys when return rr_states from any simulation method #152

inoelloc opened this issue Mar 25, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@inoelloc
Copy link
Member

>>> ret_directCal.rr_states[0]
RR_StatesDT
    keys: array(['...', '...', '...', '...', '...'], dtype='<U3')
    values: array([[[-9.9000000e+01, -9.9000000e+01, -9.9000000e+01, -9.9000000e+01, 
@inoelloc inoelloc added the bug Something isn't working label Mar 25, 2024
@inoelloc inoelloc self-assigned this Mar 25, 2024
inoelloc added a commit that referenced this issue Mar 25, 2024
The implementation of the time step checkpoints changed the way the states are stored between
each time step. Therefore, only the values were assigned to the returned states and not the keys
This commit fixes the issue #152
@inoelloc
Copy link
Member Author

Issued fixed in PR #153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant