Skip to content
Snippets Groups Projects
Commit a163dbd7 authored by tlbl's avatar tlbl
Browse files

Update dlctemplate.py: removed outdated nn_blr=opt.nn_blr, nn_twt=opt.nn_twt....

Update dlctemplate.py: removed outdated nn_blr=opt.nn_blr, nn_twt=opt.nn_twt. The template was not working!
parent 3db9cbb5
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -443,7 +443,7 @@ if __name__ == '__main__': ...@@ -443,7 +443,7 @@ if __name__ == '__main__':
force_dir=P_RUN, saveinterval=2000, csv=opt.csv, force_dir=P_RUN, saveinterval=2000, csv=opt.csv,
statistics=opt.stats, years=opt.years, neq=opt.neq, statistics=opt.stats, years=opt.years, neq=opt.neq,
fatigue=opt.fatigue, A=opt.rotarea, AEP=opt.AEP, fatigue=opt.fatigue, A=opt.rotarea, AEP=opt.AEP,
no_bins=opt.no_bins, nn_blr=opt.nn_blr, nn_twt=opt.nn_twt, no_bins=opt.no_bins,
save_new_sigs=opt.save_new_sigs, save_iter=False, save_new_sigs=opt.save_new_sigs, save_iter=False,
envelopeturbine=opt.envelopeturbine, envelopeturbine=opt.envelopeturbine,
envelopeblade=opt.envelopeblade) envelopeblade=opt.envelopeblade)
......
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