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

Monitor Process data storage inconsistent with earlier Lava probes #104

Closed
mathisrichter opened this issue Nov 25, 2021 · 1 comment · Fixed by #128
Closed

Monitor Process data storage inconsistent with earlier Lava probes #104

mathisrichter opened this issue Nov 25, 2021 · 1 comment · Fixed by #128
Assignees
Labels
1-bug Something isn't working

Comments

@mathisrichter
Copy link
Contributor

The Monitor Process stores probed data such that the first dimension is the probed data itself and the second dimension is the current time step - the data arrays have shape (num_neurons, num_time_steps). The previous implementation of Lava probes used the convention (num_time_steps, num_neurons). This should be kept to enable using legacy code (e.g., for plotting) without modification.

@mathisrichter mathisrichter added 1-bug Something isn't working 0-needs-review For all new issues labels Nov 25, 2021
@elvinhajizada
Copy link
Collaborator

@mathisrichter , thanks for pointing it out, I will issue a small pull request for this and maybe some other small Monitor related issues

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

Successfully merging a pull request may close this issue.

2 participants