-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixing Tests #44
Fixing Tests #44
Conversation
Signed-off-by: Melvin Strobl <[email protected]>
status so far; with a clean checkout and fresh environment, I cannot reproduce the errors:
.. works flawlessly |
Signed-off-by: Melvin Strobl <[email protected]>
Signed-off-by: Melvin Strobl <[email protected]>
Signed-off-by: Melvin Strobl <[email protected]>
Signed-off-by: Melvin Strobl <[email protected]>
Signed-off-by: Melvin Strobl <[email protected]>
Signed-off-by: Melvin Strobl <[email protected]>
.. got it, issue was that gh was using the latest pennylane version (which caused some tests to fail). I adjusted the model accordingly to the latest pennylane version and also cleaned up some tests. The current implementation should also work with earlier versions of pennylane |
Signed-off-by: Melvin Strobl <[email protected]>
Signed-off-by: Melvin Strobl <[email protected]>
Signed-off-by: Melvin Strobl <[email protected]>
Signed-off-by: Melvin Strobl <[email protected]>
Signed-off-by: Melvin Strobl <[email protected]>
this PR now introduces caches in the actions.. Let's be aware of that, so if we update packages, we should clear the cache: https://github.com/actions/setup-python?tab=readme-ov-file#caching-packages-dependencies |
fixing tests in production..
This PR resolves #42