Index: trunk/tests/test_output_data.py =================================================================== diff -u -r79 -r87 --- trunk/tests/test_output_data.py (.../test_output_data.py) (revision 79) +++ trunk/tests/test_output_data.py (.../test_output_data.py) (revision 87) @@ -207,17 +207,18 @@ input_data = InputData() input_data.input_variables = ['swh'] - input_data.input_coordinates = [ - (4.2, 2.4), - (2.5, 42), - (4.2, 3.6)] + input_data.input_years = [1981, 1982] - input_data.input_coordinates = [ + input_data.input_coordinates = {'LON': [ (4.2, 2.6), (14, 4.2), (42, 24), (4.2, 2.4) - ] + ], 'LAT': [(4.2, 2.6), + (14, 4.2), + (42, 24), + (4.2, 2.4)]} + input_data.is_gridded = False # 2. When