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

Prevent solve without calling updateBlocks #213

Closed
kibaekkim opened this issue Dec 17, 2021 · 0 comments · Fixed by #210
Closed

Prevent solve without calling updateBlocks #213

kibaekkim opened this issue Dec 17, 2021 · 0 comments · Fixed by #210

Comments

@kibaekkim
Copy link
Collaborator

kibaekkim commented Dec 17, 2021

RE: #205 , I found that these need to be added after adding blocks.

libDSP.updateBlocks.argtypes = [c_void_p]
libDSP.updateBlocks(pointer_to_model)

This is necessary for any general decomposition problem instances. We need to prevent solveXX without calling this function.

kibaekkim added a commit that referenced this issue Jan 6, 2022
@kibaekkim kibaekkim linked a pull request Jan 6, 2022 that will close this issue
kibaekkim added a commit that referenced this issue May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant