Simon Frost

Results 26 comments of Simon Frost

That didn't fix it. I get the same error on a Mac Pro (Late 2013), with 3 Ghz 8-core Intel Xeon E3, 64GB 1866 Mhz RAM, running OSX v 10.11.3...

The code compiles under debug: ```sh Detected cpu type:SSE41 A + B = R @[0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0]...

Hi @jackmott The code doesn't compile under clang at all: ``` nim/nim_simd/examples/nimcache/nimsimd_nimsimd.c:120:20: error: expected '(' after 'asm' __asm { ^ 1 error generated. ``` As before, the code compiles with...

Hi @jackmott The package now compiles with clang, but I still get the problem with `-d:release` where I get the illegal instruction (which I don't get with the debug build)

Hi @mschauer I'm trying to port [this example](https://github.com/epirecipes/sir-julia/blob/master/markdown/sde_stochasticdiffeq/sde_stochasticdiffeq.md) to Bridge.jl. Can I check that the noise term is correct (ie matching my other example)? ```julia function Bridge.σ(t, u, P::SIR) (S,I,R)...

Thanks @mschauer. I have a reparameterization from Fintzi et al. that transforms to consider log(X(t)+1), but your workaround (which is obvious now that you mention it) is great for now....

I also get the 'ArgumentError: reducing over an empty collection is not allowed' error on the simpler example below, where the boundary conditions are specified in the same order as...

> This library doesn't support Integro-Differential Equations. We should just throw a better error for that. Is it worth putting in an issue for a feature request to support integro-differential...

Hi, what's the status of this? It would be great to have some more noise-robust methods.

I noticed that there was some activity on `KernelFunctions` with `periodic_transform` recently, which reminded me to check back to see if there was anything I can do to help fix.