Skip to content

Commit

Permalink
Nsidc atl10 updates (#141)
Browse files Browse the repository at this point in the history
* DAS-2244 - black-jupyter correction.

* Correct conda env in notebook.

* Update NSIDC regression test version.

* DAS-2244 - Update ATL10 v006 reference files for NSIDC regression tests.
  • Loading branch information
lyonthefrog authored Feb 26, 2025
1 parent 201a291 commit aed9af5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 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-02-25 ([#141](https://github.com/nasa/harmony-regression-tests/pull/141))

- Update ATL10 v006 reference files for the NSIDC Trajectory Subsetter regression tests.

## 2025-02-19 ([#137](https://github.com/nasa/harmony-regression-tests/pull/137))

- Add configuration for the [SPL2SMP](https://nsidc.org/data/spl2smp/versions/9) collection to harmony-smap-l2-gridder.
Expand Down
22 changes: 11 additions & 11 deletions test/nsidc-icesat2/NSIDC-ICESAT2_Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
" 'ATL10': {\n",
" 'collection_concept_id': Collection(id='C1256535487-NSIDC_CUAT'),\n",
" 'granule_id': 'G1261681735-NSIDC_CUAT',\n",
" 'spatial': BBox(161.0, -75.0, 171.0, -74.0),\n",
" 'spatial': BBox(w=164, s=-76, e=172, n=-72),\n",
" },\n",
" 'ATL12': {\n",
" 'collection_concept_id': Collection(id='C1256476536-NSIDC_CUAT'),\n",
Expand Down Expand Up @@ -247,7 +247,7 @@
" # 'ATL10': {\n",
" # 'collection_concept_id': Collection(id='C2613553243-NSIDC_CPRD'),\n",
" # 'granule_id': 'G2738637140-NSIDC_CPRD',\n",
" # 'spatial': BBox(161.0, -75.0, 171.0, -74.0),\n",
" # 'spatial': BBox(w=164, s=-76, e=172, n=-72)\n",
" # },\n",
" 'ATL12': {\n",
" 'collection_concept_id': Collection(id='C2613553216-NSIDC_CPRD'),\n",
Expand Down Expand Up @@ -384,9 +384,9 @@
" compare_results_to_reference_file(\n",
" test_output, test_reference, identical=False\n",
" )\n",
" print_success(f'{shortname} {test_name} test request.')\n",
" print_success(f'{shortname} {test_name} test request complete.')\n",
"\n",
" print_success(f'{test_name} test suite.')\n",
" print_success(f'{test_name} test suite complete.')\n",
" else:\n",
" print(\n",
" f'Bounding box tests not configured for environment: {configuration[\"env\"]} - skipping tests'\n",
Expand Down Expand Up @@ -441,12 +441,12 @@
" identical=False,\n",
" coordinates_to_fix=test_config['coords_to_rename'],\n",
" )\n",
" print_success(f'{shortname} {test_name} test request.')\n",
" print_success(f'{shortname} {test_name} test request complete.')\n",
"\n",
" print_success(f'{test_name} test suite.')\n",
" print_success(f'{test_name} test suite complete.')\n",
" else:\n",
" print(\n",
" f'Bounding box tests not configured for environment: {configuration[\"env\"]} - skipping tests'\n",
" f'Temporal range tests not configured for environment: {configuration[\"env\"]} - skipping tests'\n",
" )"
]
},
Expand Down Expand Up @@ -495,12 +495,12 @@
" compare_results_to_reference_file(\n",
" test_output, test_reference, identical=False, coordinates_to_fix=[]\n",
" )\n",
" print_success(f'{shortname} {test_name} test request.')\n",
" print_success(f'{shortname} {test_name} test request complete.')\n",
"\n",
" print_success(f'{test_name} test suite.')\n",
" print_success(f'{test_name} test suite complete.')\n",
" else:\n",
" print(\n",
" f'Bounding box tests not configured for environment: {configuration[\"env\"]} - skipping tests'\n",
" f'Shapefile tests not configured for environment: {configuration[\"env\"]} - skipping tests'\n",
" )"
]
}
Expand All @@ -521,7 +521,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
Git LFS file not shown
Git LFS file not shown
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.6
0.0.7

0 comments on commit aed9af5

Please sign in to comment.