-
Notifications
You must be signed in to change notification settings - Fork 0
Testing #34
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: lc3267 <[email protected]>
Signed-off-by: lc3267 <[email protected]>
refactoring conflicting 'm' module
stroblme
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the great work!
Added some review comments, mostly regarding config files.
Still need to 'test the test', but looks good so far! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das können wir vermutlich löschen oder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das sieht für mich eher nach einer Test-Konfiguration aus. Das sollte eher lokal bleiben und nicht Teil des Commits werden.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auch das hier, gerne einfach löschen, da es nur eine lokale Konfiguration ist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S.o.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S.o.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bin mir nicht ganz sicher, aber brauchen wir den Teil nicht?
Implementation of Tests solving #24.
You can start the tests by running pytest.
This takes a lot of time because of the test test_optimizer.
command to test data_processing:
pytest -v src/tests/pipelines/data_processing/test_pipeline.py::TestDataPreparation
command to test training:
pytest -v src/tests/pipelines/data_science/test_pipeline.py::TestTraining
command to test all optimizers:
pytest -v src/tests/pipelines/data_science/test_pipeline.py::test_optimizer