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

Fix parallelization test #37

Merged
merged 9 commits into from
Dec 4, 2024
Merged

Fix parallelization test #37

merged 9 commits into from
Dec 4, 2024

Conversation

hannahlanzrath
Copy link
Collaborator

Fixes #36

However, there are surely multiple solutions to this issue!

If `cadet_path` is not reset, there are undesired consequences which
affect other tests.
This test is obsolte; functionatlity is now tested in
test_install_path_settings.py
Because the DLL lives in different subdirectories in Windows / Posix, we
should test their parent to ensure the test runs independent of the OS.
Else, there could be errors when deleting the object.
@schmoelder schmoelder force-pushed the fix_parallelization_test branch from 0ff3a1f to b3f6185 Compare December 4, 2024 09:49
@hannahlanzrath
Copy link
Collaborator Author

All tests working on Linux and Windows with Core v.5.0.2 👍

@schmoelder
Copy link
Contributor

I forgot again, but we can delete this one, right? 🙈

@hannahlanzrath
Copy link
Collaborator Author

hannahlanzrath commented Dec 4, 2024

No, this is our work from this morning fixing the CadetMeta class, we want to merge this into master and release with v1.0.2! :D

@schmoelder schmoelder merged commit 79ea7a2 into master Dec 4, 2024
0 of 3 checks passed
@schmoelder schmoelder deleted the fix_parallelization_test branch December 4, 2024 12:35
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.

Parallelization IO test fails due to keeping the Class level variable use_dll = True
2 participants