Skip to content

Commit

Permalink
Update atl10 prod tests (#146)
Browse files Browse the repository at this point in the history
* Uncomment ATL10 v006 prod tests in NSIDC Trajectory Subsetter notebook.

* Update NSIDC Trajectory Subsetter regression test version.

* Update CHANGELOG.md.

* Update CHANGELOG.md

Co-authored-by: Matt Savoie <savoie@colorado.edu>

---------

Co-authored-by: Matt Savoie <savoie@colorado.edu>
  • Loading branch information
lyonthefrog and flamingbear authored Mar 5, 2025
1 parent ca4e39d commit d6543a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ versioning. Rather than a static releases, this repository contains of a number
of regression tests that are each semi-independent. This CHANGELOG file should be used
to document pull requests to this repository.

### 2025-03-04 ([#146](https://github.com/nasa/harmony-regression-tests/pull/146))

- Re-enables two ATL10 v006 tests in the nsidc-icesat2 regression notebook, as the Trajectory Subsetter now supports ATL10 v006.

## 2025-03-03 ([#145](https://github.com/nasa/harmony-regression-tests/pull/145))

- Fixes mismatched service to regression links in config and test workflows.
Expand Down
22 changes: 10 additions & 12 deletions test/nsidc-icesat2/NSIDC-ICESAT2_Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,11 @@
" 'granule_id': 'G2645102344-NSIDC_CPRD',\n",
" 'spatial': BBox(-105.5, 40.0, -105.0, 40.25),\n",
" },\n",
" # Blocked by DAS-2244: and PROD need UMM-S configuration\n",
" # 'ATL10': {\n",
" # 'collection_concept_id': Collection(id='C2613553243-NSIDC_CPRD'),\n",
" # 'granule_id': 'G2738637140-NSIDC_CPRD',\n",
" # 'spatial': BBox(w=164, s=-76, e=172, n=-72)\n",
" # },\n",
" 'ATL10': {\n",
" 'collection_concept_id': Collection(id='C2613553243-NSIDC_CPRD'),\n",
" 'granule_id': 'G2738637140-NSIDC_CPRD',\n",
" 'spatial': BBox(w=164, s=-76, e=172, n=-72),\n",
" },\n",
" 'ATL12': {\n",
" 'collection_concept_id': Collection(id='C2613553216-NSIDC_CPRD'),\n",
" 'granule_id': 'G2952685768-NSIDC_CPRD',\n",
Expand Down Expand Up @@ -297,12 +296,11 @@
" 'granule_id': 'G2666419430-NSIDC_CPRD',\n",
" 'shape': 'ancillary/Tasmania_sliver.geojson',\n",
" },\n",
" # Blocked by DAS-2244: and PROD need UMM-S configuration\n",
" # 'ATL10': {\n",
" # 'collection_concept_id': Collection(id='C2613553243-NSIDC_CPRD'),\n",
" # 'granule_id': 'G2738637140-NSIDC_CPRD',\n",
" # 'shape': 'ancillary/Ross_Sea_positive_lon_only.geojson',\n",
" # },\n",
" 'ATL10': {\n",
" 'collection_concept_id': Collection(id='C2613553243-NSIDC_CPRD'),\n",
" 'granule_id': 'G2738637140-NSIDC_CPRD',\n",
" 'shape': 'ancillary/Ross_Sea_positive_lon_only.geojson',\n",
" },\n",
" },\n",
"}"
]
Expand Down
2 changes: 1 addition & 1 deletion test/nsidc-icesat2/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9

0 comments on commit d6543a3

Please sign in to comment.