Skip to content

Commit

Permalink
Applied code style check
Browse files Browse the repository at this point in the history
  • Loading branch information
cghoffmann committed Apr 14, 2020
1 parent 8a38fff commit 668802b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ versionfile_source = ./src/mjoindices/_version.py
versionfile_build = ./mjoindices/_version.py
tag_prefix = mjoindices-
parentdir_prefix = mjoindices-

[tool:pytest]
pep8ignore = E501 W503
2 changes: 2 additions & 0 deletions tests/test_omi_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def test_completeOMIReproduction(tmp_path):

assert not errors, "errors occurred:\n{}".format("\n".join(errors))


@pytest.mark.slow
@pytest.mark.skipif(not olr_data_filename.is_file(), reason="OLR data file not available.")
@pytest.mark.skipif(not eof1Dirname.is_dir(), reason="EOF1 data not available not available for comparison.")
Expand Down Expand Up @@ -409,6 +410,7 @@ def test_completeOMIReproduction_coarsegrid(tmp_path):

assert not errors, "errors occurred:\n{}".format("\n".join(errors))


eofs_spec = importlib.util.find_spec("eofs")
@pytest.mark.slow
@pytest.mark.skipif(not olr_data_filename.is_file(), reason="OLR data file not available.")
Expand Down

0 comments on commit 668802b

Please sign in to comment.