Skip to content

Commit

Permalink
Deleting unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared authored and rgieseke committed Apr 29, 2019
1 parent c65fd4b commit 560d937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymagicc/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def postprocess_edge_cases(value):
except TypeError:
metadata[metadata_key] = nml["THISFILE_SPECIFICATIONS"][k]

# One input file has annualsteps == 0, but annual timesteps
if "annualsteps" in metadata and metadata["annualsteps"] > 1:
raise InvalidTemporalResError(
"{}: Only annual files can currently be processed".format(self.filepath)
Expand Down

0 comments on commit 560d937

Please sign in to comment.