You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wrapper provides all of the musica functions in python. However, we can easily check all of the preconditions (like passing None to an argument that expects a double will still work but there is no way to detect this in C).
Write a small musica python package which wraps the musica C library that is strictly meant to do type checking before passing data to musica
The wrapper provides all of the musica functions in python. However, we can easily check all of the preconditions (like passing
None
to an argument that expects a double will still work but there is no way to detect this in C).Write a small musica python package which wraps the musica C library that is strictly meant to do type checking before passing data to musica
Ideas
The text was updated successfully, but these errors were encountered: