Skip to content

Commit c7a0778

Browse files
committed
grib2:
adding support for template 101 (General Unstructured Grid) ... code style ...
1 parent 3ab2251 commit c7a0778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grib/src/test/java/ucar/nc2/grib/grib2/TestGdsUnstructured.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void testParseFromBytes() {
9797
assertEquals("isLatLon", false, usGds.isLatLon());
9898
}
9999

100-
//@Test
100+
// @Test
101101
public void testIconGrib2FileRead() throws IOException {
102102
// TODO: upload data somewhere (5.9 MB)
103103
String iconFile = ".../icon_global_icosahedral_single-level_2025031912_004_T_2M.grib2.bz2";

0 commit comments

Comments
 (0)