David Coster
David Coster
I first encountered the problem when analysing a crash somebody was experiencing, which was related to the first element of the vector (for every sample) being identical, and thus having...
In principle, yes. In practise, no. While parts could be automated with a script do all of 1, 2 & 3, the decision whether to continue runs is still made...
In the particular case it takes about 1 weeks to run the SOLPS cases. In other cases it might take months -- which would require that the EasuVVUQ driver needs...
I tried that: ``` actions = uq.actions.Actions( uq.actions.CreateRunDirectory(root=campaign_work_dir, flatten=True), uq.actions.Encode(encoder) ) ... my_campaign.execute().collate() ``` and I then tried a second block (new program) ``` actions = uq.actions.Actions(uq.actions.Decode(decoder)) ... my_campaign.execute().collate() ```...
My recollection is that it wasn't clear how to tell the system that the actions had to be replaced with a new set of actions ...
I would have sworn that I tried that and it didn't work -- but I have just tried it again and it worked! Thanks!
If we have two routines offering the same functionality for no good reason, then I think it makes sense to remove one of them. And then I think it makes...
But people browsing the repository could still find these files and think they are relevant ...
I haven't fixed the real underlying problem which arises from an assertion error in code from @goghino , but by wrapping the failing code in a try/except structure the analysis...
fixed in code_scanning_alerts branch