Fergus Cooper

Results 51 comments of Fergus Cooper

These compile errors occur when compiling in C++20 mode ```cmake set(CMAKE_CXX_STANDARD 20) ``` but not in C++17 mode ```cmake set(CMAKE_CXX_STANDARD 17) ``` My guess is there's something range-v3 assumes to...

Many thanks for looking into this @bmcage and @aragilar. The problem does seem to be that there are several version of `numpy` involved. Looking at the output from [this failure...

I have a couple of very similar use-cases in mind and would also be very interested in the answer to this question.

@martinjrobins your struct is actually slightly faster than mine, with nicer semantics too :+1:. Using `snprintf` is a fair bit faster still: ![xigxzblxankjfav4jp5a4f2dray](https://user-images.githubusercontent.com/3770306/42723139-3359c8ac-8750-11e8-90c2-95c99b1efede.png) But, I really don't like it as...

Well... it would be nice to have it completely within svg, if at all possible. How about: 1. Work out how to go TeX -> svg (e.g. [this](https://tex.stackexchange.com/a/343943)) 1. Embed...

@aydar-sheffield and @AlexFletcher, what's the status of this pull request?

@MichaelClerx @ben18785 does this look about right? https://github.com/pints-team/pints/commit/122590599936a2325fafedd09b46639c6e4240e8

@McShelby thanks for the suggestion - unfortunately that didn't work. If I re-write the shortcode to look like this: ```html {{ .Get 0 }} {{.Inner}} ``` then it works as...

@McShelby with apologies for the delay, I wanted to say that I got this working as you described. I opted for a), to manually apply #455, and that worked fine...