Skip to content

Commit

Permalink
Increment version to 0.2.3 (testing automated PyPI release) (#212)
Browse files Browse the repository at this point in the history
* increment version

* remove unnecessary failing zenodo test relying on url
  • Loading branch information
edwardchalstrey1 authored Mar 31, 2022
1 parent 49a376b commit 06665be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="scivision",
version="0.1.3",
version="0.2.3",
description="scivision",
author="The Alan Turing Institute",
author_email="[email protected]",
Expand Down
7 changes: 0 additions & 7 deletions tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ def test_load_dataset_local_zip():
assert type(cat.test_images().to_dask()) == xarray.core.dataarray.DataArray


def test_load_dataset_remote_zip():
"""Test that an intake catalog is generated from a remote yml (zenodo) which loads from a zip file and can be converted to xarray."""
cat = load_dataset('tests/test_dataset_remote_zip_scivision.yml')
assert type(cat) == intake.catalog.local.YAMLFileCatalog
assert type(cat.plankton().to_dask()) == xarray.core.dataarray.DataArray


def test_get_model_configs():
"""Test that a config with multiple models is split into separate configs."""
path = 'tests/test_multiple_models_scivision.yml'
Expand Down

0 comments on commit 06665be

Please sign in to comment.