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

GridKit interface with IDA can't return values #21

Open
Paulm991 opened this issue Aug 8, 2024 · 0 comments · May be fixed by #22
Open

GridKit interface with IDA can't return values #21

Paulm991 opened this issue Aug 8, 2024 · 0 comments · May be fixed by #22
Assignees
Labels
enhancement New feature or request

Comments

@Paulm991
Copy link
Collaborator

Paulm991 commented Aug 8, 2024

Tests that are constantly collecting data over time don't have an easy way to obtain this data from the Ida.cpp file. To measure responses from perturbations, it is nice to be able to get the data generated at each time step.

In my tests on the genrou-test-2 branch, I used a callback function that returned the timestep and y vector after every time step. This was used by the GenrouTest.cpp file to print out each y value to a file.

@Paulm991 Paulm991 added the enhancement New feature or request label Aug 8, 2024
@Paulm991 Paulm991 linked a pull request Aug 8, 2024 that will close this issue
@Paulm991 Paulm991 linked a pull request Aug 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants