Skip to content

Commit

Permalink
DAS-1907: Fixes typo in comment. No need to release. (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Sep 13, 2023
1 parent a21f3f0 commit d42e944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hybig/HyBIG_Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
"\n",
"This test will specify a scale size in the request, which tells Harmony the resolution of the produced browse imagery. This test will specify two custom resolutions (one in each dimension), that are not GIBS-compatible defaults.\n",
"\n",
"The expected output should be a single image that has the expected resolutions, best detected via both the affine transformation matrix and the dimensions of the output. The test specifies a 1 degree resolution in longitude and a 2 degree resolution in latitude, meaning the expected browse image dimensions should be (360, 180).\n",
"The expected output should be a single image that has the expected resolutions, best detected via both the affine transformation matrix and the dimensions of the output. The test specifies a 1 degree resolution in longitude and a 2 degree resolution in latitude, meaning the expected browse image dimensions should be (360, 90).\n",
"\n",
"The resolutions picked have a y-dimension scale size that is twice as large as the x-dimension scale size, so the outputs will look squashed in the vertical direction."
]
Expand Down

0 comments on commit d42e944

Please sign in to comment.