Skip to content

Commit

Permalink
Merge pull request #84 from jhamman/fix/history_error_typo
Browse files Browse the repository at this point in the history
fix typo in history.py error message
  • Loading branch information
bartnijssen committed Feb 2, 2016
2 parents d015b00 + 777c405 commit 622f45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvic/core/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def __update_out_data(self):
if np.isnan(self._out_data[field][self._out_data_i].sum()):
raise ValueError('nan found in output field: {0}, most likely '
'there is a nan/missing/fill value in the'
'input forcings')
'input forcings'.format(field))
# ------------------------------------------------------------ #

self._out_times[self._out_data_i] = self._write_ord
Expand Down

0 comments on commit 622f45d

Please sign in to comment.