Skip to content

Commit 55fb103

Browse files
committed
Update variable name in GRIB2 releated test now that it is recognized
1 parent edef669 commit 55fb103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void testPng() throws IOException {
8686
public void testPngBitmap() throws IOException {
8787
final String testfile = "../grib/src/test/data/HLYA10.grib2";
8888
try (NetcdfFile nc = NetcdfFiles.open(testfile)) {
89-
Variable var = nc.findVariable("VAR0-19-223_FROM_7-212--1_isobaric");
89+
Variable var = nc.findVariable("Tornado_Conditional_Intensity_Groups_isobaric");
9090
float[] data = (float[]) var.read().get1DJavaArray(DataType.FLOAT);
9191

9292
Assert.assertEquals(0.36976, data[13], 1e-5);

0 commit comments

Comments
 (0)