Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanwp committed Aug 5, 2016
1 parent 53bdce2 commit 29fde07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cis/test/integration/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_collocated_NetCDF_Gridded_onto_GASSP(self):

# Then do a statistics calculation using the collocated data:
args = ['stats', "%s:%s" % (valid_echamham_variable_1, 'collocated_gassp.nc'),
"%s:%s" % (valid_GASSP_aeroplane_variable, valid_GASSP_aeroplane_filename),
"%s:%s" % (valid_GASSP_aeroplane_variable, escape_colons(valid_GASSP_aeroplane_filename)),
'-o', self.OUTPUT_FILENAME]
arguments = parse_args(args)
stats_cmd(arguments)
Expand Down

0 comments on commit 29fde07

Please sign in to comment.