Skip to content

Commit

Permalink
Fix linting errors (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaugup committed Apr 15, 2024
2 parents 4883280 + f94d1b4 commit 2d2106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notebooks.py
Expand Up @@ -98,7 +98,7 @@ def _notebook_run(filepath):


@pytest.mark.parametrize("notebook_filename", get_notebook_parameter_list())
@pytest.mark.notebook_tests()
@pytest.mark.notebook_tests
def test_notebook(notebook_filename):
_check_notebook_cell_outputs(NOTEBOOKS_PATH + notebook_filename)
errors = _notebook_run(NOTEBOOKS_PATH + notebook_filename)
Expand Down

0 comments on commit 2d2106c

Please sign in to comment.