David Dickinson

Results 49 comments of David Dickinson

Possibly also applies to https://github.com/UCL-CCS/EasyVVUQ/blob/dev/easyvvuq/campaign.py#L220 I'm just getting up and running with the code so may be misunderstanding the intent here, but the change given in PR #360 does seem...

If we were allowed to create multiple parallel transform instances then we can reuse the code inside the shifted metric -- either introducing an extra routine which just applies to...

Is this going to make v4.2 or will it be pushed back?

I think this should be achievable with the current implementation of Region in next.

Yes I think when this flag was introduced the default was chosen to be true as this kept backwards compatibility but I can't see any problem with just setting this...

You need to make sure that you only give one entry per line in the `display:` section (I think) so instead of `display: public private protected` you probably want ~~~~...

I had the same issue when I first started as well as I was viewing the example using github's markdown rendering as it doesn't respect the newlines -- if you...

I think it's probably done this way for two reasons: 1. As it's possible to override settings in specific source files. By making the settings be markdown metadata the parsing...

I've had a quick stab at adding some multiprocessing based parallelisation to ford in a branch of my fork. Currently this is mostly disabled as it doesn't quite work as...