Skip to content

Commit

Permalink
Had to raise 2d resolution tolerances. See issue #173
Browse files Browse the repository at this point in the history
  • Loading branch information
uniomni committed Nov 1, 2011
1 parent 073a1e9 commit d7d8f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impact/storage/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ def geotransform2bbox(geotransform, columns, rows):


def geotransform2resolution(geotransform, isotropic=False,
# FIXME (Ole): Check these tolerances
rtol=1.0e-2, atol=1.0e-5):
# FIXME (Ole): Check these tolerances (issue #173)
rtol=5.0e-2, atol=1.0e-2):
"""Convert geotransform to resolution
Input
Expand Down

0 comments on commit d7d8f15

Please sign in to comment.