Skip to content

Commit

Permalink
Merge branch 'search-improvements'
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Aug 1, 2023
2 parents 796e823 + 0103257 commit 95253c0
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 10 deletions.
59 changes: 53 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ xarray = ">=2023.01"
matplotlib = ">=3.3"
h5netcdf = ">=0.11"
dask = ">=2022.1"
pyproj = ">=3.5.0"

[build-system]
requires = ["poetry>=0.12"]
Expand Down
8 changes: 4 additions & 4 deletions tests/integration/test_onprem_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"granules_max_size_mb": 100,
},
{
"short_name": "GES_DISC",
"short_name": "LPDAAC",
"collections_count": 100,
"collections_sample_size": 2,
"granules_count": 100,
"granules_sample_size": 2,
"granules_max_size_mb": 130,
"granules_max_size_mb": 100,
},
{
"short_name": "PODAAC",
"short_name": "GES_DISC",
"collections_count": 100,
"collections_sample_size": 2,
"granules_count": 100,
"granules_sample_size": 2,
"granules_max_size_mb": 100,
"granules_max_size_mb": 130,
},
{
"short_name": "ORNLDAAC",
Expand Down

0 comments on commit 95253c0

Please sign in to comment.