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

Cleanup code #34

Merged
merged 2 commits into from
Feb 20, 2024
Merged

Cleanup code #34

merged 2 commits into from
Feb 20, 2024

Conversation

oleksandr-pavlyk
Copy link
Collaborator

Updated copyright year range to include 2024.

Moved tests to get library version to the end of test file to allow cbwr_set to be tested.

cbwr_set no longer considers status 'err_mode_change_failure' (return status -8) a reason for test failure. This status can be returned if library's CBWR state has been already initialized and locked, and an attempt was made to reset it. Function mkl_get_version sets and locks CBWR state, for example.

In Cython code, added noexcept qualifiers where exception is not expected.

Moved test_get_version and test_get_version_string to the end of
the test file with comment for why.

Expanded return statuses from cbwr_set which we do not consider
test failure, with comment added.
@oleksandr-pavlyk oleksandr-pavlyk merged commit e32e3ba into master Feb 20, 2024
17 checks passed
@oleksandr-pavlyk oleksandr-pavlyk deleted the cleanup-code branch February 20, 2024 21:12
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.

2 participants