Skip to content

Commit

Permalink
Minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanwp committed Sep 3, 2015
1 parent 6191d2f commit 7af36ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cis/test/integration/test_colocate.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,8 @@ def test_ECHAMHAM_onto_HadGem_nn(self):
'-o', self.OUTPUT_NAME]
main_arguments = parse_args(arguments)
col_cmd(main_arguments)
out_vars = []
self.check_output_contains_variables(self.GRIDDED_OUTPUT_FILENAME, out_vars)
self.check_output_col_grid(sample_file, sample_var, self.GRIDDED_OUTPUT_FILENAME, out_vars, (192, 145))
self.check_output_contains_variables(self.GRIDDED_OUTPUT_FILENAME, vars)
self.check_output_col_grid(sample_file, sample_var, self.GRIDDED_OUTPUT_FILENAME, vars, (192, 145))


class TestUngriddedUngriddedCollocate(BaseIntegrationTest):
Expand Down

0 comments on commit 7af36ea

Please sign in to comment.