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

small typo #925

Merged
merged 2 commits into from
Sep 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

This project uses unit, smoke and integration tests with Python files and notebooks:

<<<<<<< HEAD
* In the unit tests we just make sure the notebook runs.
=======
* In the unit tests we just make sure the utilities and notebooks run.
>>>>>>> d9e516a114cd0f5610c16261d6eebde9be204ed1
* In the smoke tests, we run them with a small dataset or a small number of epochs to make sure that, apart from running, they provide reasonable metrics.
* In the integration tests we use a bigger dataset for more epochs and we test that the metrics are what we expect.

Expand Down Expand Up @@ -204,7 +200,6 @@ TOL = 0.05
@pytest.mark.smoke
def test_sar_single_node_smoke(notebooks):
notebook_path = notebooks["sar_single_node"]
pm.execute_notebook(notebook_path, OUTPUT_NOTEBOOK, kernel_name=KERNEL_NAME)
pm.execute_notebook(
notebook_path,
OUTPUT_NOTEBOOK,
Expand Down