Index: wflow-py/wflow/wf_netcdfio.py =================================================================== diff -u -r1b94591824be39aa254dfefe6ddddbc01ed5e98b -r7ece4a5f193dc01da3439d5f6c0486bdf329e015 --- wflow-py/wflow/wf_netcdfio.py (.../wf_netcdfio.py) (revision 1b94591824be39aa254dfefe6ddddbc01ed5e98b) +++ wflow-py/wflow/wf_netcdfio.py (.../wf_netcdfio.py) (revision 7ece4a5f193dc01da3439d5f6c0486bdf329e015) @@ -486,7 +486,6 @@ else: (self.latidx,) = logical_and(self.y +acc >= y.min(), self.y <= y.max() + acc).nonzero() (self.lonidx,) = logical_and(self.x +acc >= x.min(), self.x <= x.max() + acc).nonzero() - # TODO: Check length from cover and netcdf if len(self.lonidx) != len(x): logging.error("error in determining X coordinates in netcdf...")