Skip to content

Commit fe4b824

Browse files
... continued
1 parent cf42de9 commit fe4b824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/test/test_litpop_integr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test_Liechtenstein_15_lit_pass(self):
228228
self.assertEqual(ent.region_id[1], 438)
229229
self.assertEqual(ent.value_unit, "")
230230
self.assertAlmostEqual(ent.latitude.max(), 47.260416666666664)
231-
self.assertAlmostEqual(ent.meta["transform"][4], -15 / 3600)
231+
self.assertAlmostEqual(ent.meta["transform"][4], 15 / 3600)
232232

233233
def test_Liechtenstein_30_pop_pass(self):
234234
"""Create population count entity for Liechtenstein 2015:"""

0 commit comments

Comments
 (0)