Skip to content
Snippets Groups Projects
Commit 8d13c7f2 authored by David Verelst's avatar David Verelst
Browse files

remove debug print statement

parent 64a92f7c
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -334,7 +334,6 @@ def create_chunks_htc_pbs(cases, sort_by_values=['[Windspeed]'], ppn=20, i0=0, ...@@ -334,7 +334,6 @@ def create_chunks_htc_pbs(cases, sort_by_values=['[Windspeed]'], ppn=20, i0=0,
db_dir, turb_dir = symlink.split('_*_') db_dir, turb_dir = symlink.split('_*_')
db_dir_s = db_dir.replace('.', '').replace('/', '').lower() db_dir_s = db_dir.replace('.', '').replace('/', '').lower()
turb_dir_s = turb_dir.replace('.', '').replace('/', '').lower() turb_dir_s = turb_dir.replace('.', '').replace('/', '').lower()
print(db_dir_s, turb_dir_s)
if db_dir_s in nogo or turb_dir_s in nogo: if db_dir_s in nogo or turb_dir_s in nogo:
continue continue
db_dir_abs = os.path.join(pbase, db_dir, '') db_dir_abs = os.path.join(pbase, db_dir, '')
......
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