Skip to content

Commit

Permalink
pep8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Fabiani committed Oct 10, 2018
1 parent 8901e7e commit 7a1f8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/layers/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def decimal_encode(bbox):
bbox_to_projection([float(coord) for coord in layer_bbox] + [lyr.srid, ],
target_srid=4326)[:4])
logger.info(projected_bbox)
self.assertEquals(projected_bbox, [-180.0, -90.0, 180.0,90.0])
self.assertEquals(projected_bbox, [-180.0, -90.0, 180.0, 90.0])
logger.info(lyr.ll_bbox)
self.assertEquals(lyr.ll_bbox, [-180.0, 180.0, -90.0, 90.0, u'EPSG:4326'])
projected_bbox = decimal_encode(
Expand Down

0 comments on commit 7a1f8ec

Please sign in to comment.