File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
climada/entity/exposures/test Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,6 @@ def test_fill_admin1_geom_fail(self):
105105
106106 def test_country_iso_geom_pass (self ):
107107 """Test country_iso_geom pass."""
108- countries = {'Switzerland' : []}
109- _ , cntry_admin1 = country_iso_geom (countries , SHP_FILE )
110- self .assertEqual (cntry_admin1 , {'CHE' : []})
111-
112108 countries = ['Switzerland' ]
113109 _ , cntry_admin1 = country_iso_geom (countries , SHP_FILE )
114110 self .assertEqual (cntry_admin1 , {'CHE' : []})
@@ -375,7 +371,6 @@ def test_set_econ_indicators_pass(self):
375371 self .assertAlmostEqual (exp .value .sum (), gdp * (inc_grp + 1 ), 5 )
376372
377373# Execute Tests
378- TESTS = unittest .TestLoader ().loadTestsFromTestCase (TestProvinces )
379374TESTS = unittest .TestLoader ().loadTestsFromTestCase (TestEconIndices )
380375TESTS .addTests (unittest .TestLoader ().loadTestsFromTestCase (TestCountryIso ))
381376TESTS .addTests (unittest .TestLoader ().loadTestsFromTestCase (TestNightLight ))
You can’t perform that action at this time.
0 commit comments