set ens members to one, this is about 3x faster for a single forecast#12
Conversation
|
Thanks @JoachimKoenigslieb ! This is great! But perhaps, we should do it a bit more future proof and use this variable from |
|
Yes, that sounds like a great idea. I've used the value from the config instead! |
|
Thanks a lot @JoachimKoenigslieb ! I can confirm the speed up: With update: Without update : If you fix the linting (with |
KristianHMoller
left a comment
There was a problem hiding this comment.
With an entry in CHANGELOG.md, this is ready for approval and merge!
|
@JoachimKoenigslieb I took the liberty of doing a slight modification of your CHANGELOG entry to save you the hassle. I hope that is okay? Are you allowed to merge this yourself? Or are you okay with me merging it? |
|
Hi, You're always welcome to make changes directly on my PRs! I will remember to add links + attribution in changelogs going forward. I'm not able to press merge anywhere, so I think someone on your side needs to press it. |
Running with this change I get:
And without I get:
So wall-clock is about 3x faster and the user a lot lower because it does not do multi-processing stuff to get the ens members I presume.