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

Switched to Cython memoryviews #170

Merged
merged 6 commits into from
Jun 23, 2024
Merged

Conversation

moorepants
Copy link
Member

No description provided.

@moorepants
Copy link
Member Author

Switching to memoryviews didn't fix the issue with Numpy 2.0. I'm thinking that Numpy 2.0 has some variables declared in their new headers, like I that clash with variables I use in the examples.

create_objective_function assumed that dynamicsymbols._t was the
variable for time, but this may not be the case if the user has defined
time differently.
@moorepants moorepants merged commit f734948 into csu-hmc:master Jun 23, 2024
21 checks passed
@moorepants moorepants deleted the memoryview branch June 23, 2024 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant