This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch SDAP-521
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-521 by this push:
     new 46cf5ad  Reduced datainbounds L2 test bbox to ease memory footprint
46cf5ad is described below

commit 46cf5ad73763497b031483ca7f4c7db0606fd5cc
Author: rileykk <[email protected]>
AuthorDate: Fri Jul 5 13:08:55 2024 -0700

    Reduced datainbounds L2 test bbox to ease memory footprint
---
 tests/test_sdap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_sdap.py b/tests/test_sdap.py
index a67e8f0..8d65b93 100644
--- a/tests/test_sdap.py
+++ b/tests/test_sdap.py
@@ -781,7 +781,7 @@ def test_subset_L2(host, start):
         "ds": "ASCATB-L2-Coastal_test",
         "startTime": "2018-09-24T00:00:00Z",
         "endTime": "2018-09-30T00:00:00Z",
-        "b": "160,-30,180,-25",
+        "b": "160,-30,165,-25",
     }
 
     response = requests.get(url, params=params)

Reply via email to