Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
146 stars 71 forks source link

Fix time interval test #1130

Closed tdrwenski closed 1 year ago

tdrwenski commented 1 year ago

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