Skip to content

Commit

Permalink
DAS-2294: Removes production configuration for smap-l2-gridder (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Feb 19, 2025
1 parent 75d4fbe commit d3efbf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions test/smap-l2-gridder/smap-l2-gridder_Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@
"outputs": [],
"source": [
"environment_configuration = {\n",
" 'https://harmony.earthdata.nasa.gov': {\n",
" 'config': production_configuration,\n",
" 'env': Environment.PROD,\n",
" },\n",
" # 'https://harmony.earthdata.nasa.gov': {\n",
" # 'config': production_configuration,\n",
" # 'env': Environment.PROD,\n",
" # },\n",
" 'https://harmony.uat.earthdata.nasa.gov': {\n",
" 'config': non_production_configuration,\n",
" 'env': Environment.UAT,\n",
Expand Down Expand Up @@ -290,9 +290,7 @@
"\n",
" print_success('Entire Test Suite.')\n",
"else:\n",
" print(\n",
" f'Bounding box tests not configured for environment: {configuration[\"env\"]} - skipping tests'\n",
" )"
" print('No configured environment - skipping tests')"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion test/smap-l2-gridder/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2

0 comments on commit d3efbf4

Please sign in to comment.