Skip to content

Commit

Permalink
FIX: Change the expected value based on the server side changes [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
cheginit committed Jan 8, 2023
1 parent f8adbaf commit e38d576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pygeoutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_json2geodf():
rjosn = service.get_features(oids, return_m=True)
flw = geoutils.json2geodf(rjosn * 2, ALT_CRS, DEF_CRS)

assert_close(flw["LENGTHKM"].sum(), 8.917 * 2)
assert_close(flw["lengthkm"].sum(), 8.917 * 2)


def test_gtiff2array(wms_resp, cover_resp):
Expand Down

0 comments on commit e38d576

Please sign in to comment.