Skip to content
Snippets Groups Projects
Commit b39b0389 authored by Fraser William Goldsworth's avatar Fraser William Goldsworth
Browse files

commented out some lines

parent 7716e57a
No related branches found
No related tags found
No related merge requests found
Pipeline #60098 failed
......@@ -53,8 +53,8 @@ if not os.path.exists(path_rgrid):
if not os.path.exists(path_sections):
os.makedirs(path_sections)
fpath = os.path.abspath(os.path.join(path_ckdtree, f"../{tgname}_tgrid.nc"))
if not os.path.exists(fpath):
os.symlink(os.path.join(path_tgrid, fname_tgrid), fpath)
# if not os.path.exists(fpath):
# os.symlink(os.path.join(path_tgrid, fname_tgrid), fpath)
for gname in gnames:
ts = pyic.timing(ts, gname)
......
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