-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add sequence / integration tests #220
Conversation
Restructed the tests into a `TestSequence` class that avoids running the sequence function multiple times
…cal arbitrary/extended gradients
…y for plotting tests) - Updated push_pr to not run slow tests
Fixed pytest not finding examples directory?
I've attempted to add the example sequence tests (and some bugfixes to make the tests pass) to this PR. I also reworked the tests into a The tests run into an issue where it can't find the examples folder... Locally this works fine by adding the parent directory to Besides this:
|
The path problem should be fixed. Now it's "just" some AssertionErrors left. Maybe you can have a look again @FrankZijlstra? Reading your code comments I have the impression that you already spent some time on the write -> read issue 😄 |
It looks like all tests are running the same sequence (with TotalDuration 0.64). I think |
This is still work in progress. More tests will be added.