Skip to content

Commit

Permalink
Unignore test and make offset type float instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Dec 19, 2023
1 parent 102a844 commit bff18e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public void testNCSSWithEnhancements() throws IOException {
}
}

@Ignore("TODO: fix services to be consistent in how they apply ncml and enhancements")
@Test
public void testNCSSWithEnhancementsNcML() throws IOException {
// scale-offset set as variable attribute
Expand Down
2 changes: 1 addition & 1 deletion tds/src/test/content/thredds/catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<ncml:netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" enhance="all"
location="content/testdata/testOffset.nc">
<variable name="variableWithoutOffset">
<attribute name="add_offset" value="-100"/>
<attribute name="add_offset" type="float" value="-100"/>
</variable>
</ncml:netcdf>
</dataset>
Expand Down

0 comments on commit bff18e3

Please sign in to comment.