Skip to content

Commit

Permalink
HARMONY-1563: Set ignore_errors to False for HGA test verifying error…
Browse files Browse the repository at this point in the history
… messages (#66)

* HARMONY-1563: Set ignore_errors to False for HGA regression test checking for specific error messages and a failed request.

* HARMONY-1563: Remove inadvertently checked in files.
  • Loading branch information
chris-durbin authored Sep 11, 2023
1 parent 12d2899 commit 15a7153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hga/HGA_Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1468,6 +1468,7 @@
" sentinel_request_thirteen = Request(collection=environment_information['sentinel_collection'],\n",
" spatial=BBox(-115.45, 32.95, -115.15, 33.09),\n",
" granule_id=granule_id,\n",
" ignore_errors=False,\n",
" variables=['science/grids/data/amplitude',\n",
" 'science/grids/imagingGeometry/azimuthAngle'])\n",
"\n",
Expand Down

0 comments on commit 15a7153

Please sign in to comment.