Index: trunk/tests/test_output_data.py =================================================================== diff -u -r70 -r73 --- trunk/tests/test_output_data.py (.../test_output_data.py) (revision 70) +++ trunk/tests/test_output_data.py (.../test_output_data.py) (revision 73) @@ -155,13 +155,6 @@ os.remove(output_netcdf_filepath) - @pytest.mark.unittest - def test_dummy(self): - x = [4.2, 42, 42, 4.2] - y = [2.4, 2.4, 24, 24] - res = np.meshgrid(x, y, sparse=False, indexing='xy') - assert res is not None - @pytest.mark.systemtest def test_when_given_all_arguments_does_not_raise(self): # 1. Given @@ -176,9 +169,9 @@ input_data.input_years = [1981, 1982] input_data.input_coordinates = [ (4.2, 2.6), - # (2.4, 2.4), - # (42, 24), - # (4.2, 2.4) + (14, 4.2), + (42, 24), + (4.2, 2.4) ] input_data.is_gridded = False