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

Reorder tests of architectures in seperate test suites #222

Closed
cwmeijer opened this issue Mar 17, 2020 · 4 comments · Fixed by #259
Closed

Reorder tests of architectures in seperate test suites #222

cwmeijer opened this issue Mar 17, 2020 · 4 comments · Fixed by #259
Assignees

Comments

@cwmeijer
Copy link
Member

Tests of several architectures are now together in 1 big suite with comments seperating tests for one architecture from tests for the next. Instead of comments we should use test suites to seperate them.

@florian-huber
Copy link
Contributor

Since we now anyway work on moving models to individual classes, we can split the tests accordingly --> PR #239

@bsolino
Copy link
Contributor

bsolino commented Jul 28, 2020

Maybe we can do it in two separate steps, so it's easier to review the code.

@florian-huber
Copy link
Contributor

Yes, agreed. I moved the new tests into the "old" modelgen test suite to make the PR #239 a bit simpler.
We can move it to individual test files later (test_model_cnn.py etc.).

@bsolino
Copy link
Contributor

bsolino commented Jul 30, 2020

Currently working on this on branch reorder_tests_222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants