Skip to content

Commit

Permalink
Update tds/src/integrationTests/java/thredds/server/services/TestEnha…
Browse files Browse the repository at this point in the history
…ncements.java

Co-authored-by: Tara Drwenski <[email protected]>
  • Loading branch information
haileyajohnson and tdrwenski authored Dec 5, 2023
1 parent 7293ca4 commit 7b737a6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ public void testNCSSWithEnhancements() throws IOException {
assertThat(enhancedVar.findAttribute("add_offset")).isNull();
final Array values1 = enhancedVar.read();
final Array values2 = orgVar.read();
for (int i = 0; i < values1.getSize(); i++) {
assertThat(values1.getDouble(i)).isEqualTo(values2.getDouble(i));
}
MAMath.nearlyEquals(values1, values2);
}
}

Expand Down

0 comments on commit 7b737a6

Please sign in to comment.