Index: trunk/tests/test_output_data.py =================================================================== diff -u -r43 -r44 --- trunk/tests/test_output_data.py (.../test_output_data.py) (revision 43) +++ trunk/tests/test_output_data.py (.../test_output_data.py) (revision 44) @@ -36,7 +36,6 @@ assert data_result[output_data.var_lon_key] is not None assert data_result[output_data.var_lat_key] is not None assert data_result[output_data.var_val_key] is not None - assert data_result[output_data.var_val_key] @pytest.mark.unittest def test_when_list_of_variables_given_then_sets_data_dict(self): @@ -68,8 +67,8 @@ def test_when_given_wave_cases_generates_output(self): # 1. Given # When using local data you can just replace the comment in these lines - dir_test_data = TestUtils.get_local_test_data_dir('netCDF_Waves_data') - # dir_test_data = 'P:\\metocean-data\\open\\ERA5\\data\\Global' + # dir_test_data = TestUtils.get_local_test_data_dir('netCDF_Waves_data') + dir_test_data = 'P:\\metocean-data\\open\\ERA5\\data\\Global' output_test_data = TestUtils.get_local_test_data_dir('output_data') input_data = InputData() input_data.input_variables = ['swh']