As a consequence of https://github.com/Unidata/netcdf-java/pull/1072, the coordinate is not always equal to the end time bound if this would result in the coordinates not being strictly monotonic. This PR updates a failing test to check that coordinate value is within bounds instead of equal to end bound.
Description of Changes
As a consequence of https://github.com/Unidata/netcdf-java/pull/1072, the coordinate is not always equal to the end time bound if this would result in the coordinates not being strictly monotonic. This PR updates a failing test to check that coordinate value is within bounds instead of equal to end bound.
PR Checklist