Skip to content

Commit

Permalink
add badgets to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang committed Jul 6, 2023
1 parent 57fda4b commit 970bcb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# zampy
Tool for downloading Land Surface Model input data

[![github license badge](https://img.shields.io/github/license/EcoExtreML/zampy)](https://github.com/EcoExtreML/zampy)
[![build](https://github.com/EcoExtreML/zampy/actions/workflows/build.yml/badge.svg)](https://github.com/EcoExtreML/zampy/actions/workflows/build.yml)
[![workflow scc badge](https://sonarcloud.io/api/project_badges/measure?project=EcoExtreML_zampy&metric=coverage)](https://sonarcloud.io/dashboard?id=EcoExtreML_zampy)


## Tool outline:

Expand Down
2 changes: 1 addition & 1 deletion tests/test_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


test_folder = Path(__file__).resolve().parents[1]
data_folder = test_folder / "test_data"
data_folder = test_folder / "test_data"
2 changes: 0 additions & 2 deletions tests/test_datasets/test_eth_canopy_height.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,8 @@ def test_load(self):

# we assert the regridded coordinates
expected_lat = [51.0, 52.0, 53.0, 54.0]
expected_lon = [3.0, 4.0, 5.0, 6.0]

np.testing.assert_allclose(ds.latitude.values, expected_lat)
np.testing.assert_allclose(ds.longitude.values, expected_lon)

def test_convert(self):
pass
Expand Down

0 comments on commit 970bcb8

Please sign in to comment.