climate_indices icon indicating copy to clipboard operation
climate_indices copied to clipboard

comparing longitudes and latitudes with tolerance

Open itati01 opened this issue 4 years ago • 0 comments

This is to close #465. The remaining np.array_equals are replaced by np.allcloses where longitudes and latitudes are compared but no divisions (input_type == InputType.divisions). The fixed absolute tolerance of 0.01 is replaced by a dynamic tolerance derived from the (smallest) grid size.

itati01 avatar Mar 21 '22 09:03 itati01