We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf42de9 commit fe4b824Copy full SHA for fe4b824
climada/test/test_litpop_integr.py
@@ -228,7 +228,7 @@ def test_Liechtenstein_15_lit_pass(self):
228
self.assertEqual(ent.region_id[1], 438)
229
self.assertEqual(ent.value_unit, "")
230
self.assertAlmostEqual(ent.latitude.max(), 47.260416666666664)
231
- self.assertAlmostEqual(ent.meta["transform"][4], -15 / 3600)
+ self.assertAlmostEqual(ent.meta["transform"][4], 15 / 3600)
232
233
def test_Liechtenstein_30_pop_pass(self):
234
"""Create population count entity for Liechtenstein 2015:"""
0 commit comments