TEST: revert to previous in the staging branch
This commit is contained in:
Родитель
5d24ee2158
Коммит
8e46ae55a7
|
@ -183,10 +183,7 @@ def notebooks():
|
|||
"vowpal_wabbit_deep_dive": os.path.join(
|
||||
folder_notebooks, "02_model", "vowpal_wabbit_deep_dive.ipynb"
|
||||
),
|
||||
"evaluation": os.path.join(folder_notebooks, "03_evaluate", "evaluation.ipynb"),
|
||||
"spark_hypertune": os.path.join(
|
||||
folder_notebooks,
|
||||
"04_model_select_and_optimize", "hypertune_spark_deep_dive.ipynb"),
|
||||
"evaluation": os.path.join(folder_notebooks, "03_evaluate", "evaluation.ipynb")
|
||||
}
|
||||
return paths
|
||||
|
||||
|
|
|
@ -34,8 +34,3 @@ def test_evaluation_runs(notebooks):
|
|||
pm.execute_notebook(notebook_path, OUTPUT_NOTEBOOK, kernel_name=KERNEL_NAME)
|
||||
|
||||
|
||||
@pytest.mark.notebooks
|
||||
@pytest.mark.spark
|
||||
def test_spark_hypertune(notebooks):
|
||||
notebook_path = notebooks["spark_hypertune"]
|
||||
pm.execute_notebook(notebook_path, OUTPUT_NOTEBOOK, kernel_name=KERNEL_NAME)
|
||||
|
|
Загрузка…
Ссылка в новой задаче