FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e245462f authored by L. Bower's avatar L. Bower
Browse files

removing pointless print statement

parent 2b6e75b3
No related branches found
No related tags found
Loading
......@@ -48,8 +48,6 @@ def process_met_office_NAME(name_file_wildcard: str, out_path: str):
for month in range(1, 13):
print(month)
month_constraint = iris.Constraint(time = lambda cell: cell.point.month == month)
cubes_for_month: CubeList = cube.extract(month_constraint)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment