Skip to content

Commit a615889

Browse files
committed
Fix nrows ncols logic
1 parent 1fc6b20 commit a615889

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

zppy/global_time_series.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ def global_time_series(config, script_dir, existing_bundles, job_ids_file):
3131

3232
# --- Generate and submit global_time_series scripts ---
3333
for c in tasks:
34-
if c["make_viewer"]:
35-
c["nrows"] = 1
36-
c["ncols"] = 1
3734
c["ts_num_years"] = int(c["ts_num_years"])
3835
# Loop over year sets
3936
year_sets = get_years(c["years"])

0 commit comments

Comments
 (0)