James Paul Turner
James Paul Turner
How about running the tests a bunch of times, getting the mean and std spike activity in the last second, and failing only the test runs that have activity outside...
This may solve your problem. You need to install package ocaml-camlp5-devel to get the camlp5 command in Fedora systems. After this, the Makefile should build successfully. I hope this helps....
Hi Keith. This applies to a tarball created with `make dist`. Please run `autoreconf -i -Wall` to generate these files from the sources distributed via GitHub. I should have made...
Some basic documentation is to come, when I get chance. Here are some posts on my (underused neglected) blog: https://simulatingscience.wordpress.com/2016/12/27/bounding-the-error-of-a-simulation/ https://simulatingscience.wordpress.com/2016/12/31/linear-operations-for-affine-arithmetic/ The Wikipedia page is OK ish: https://en.wikipedia.org/wiki/Affine_arithmetic A better,...
Regarding the init/clear instead of inits/clears: I have no good reason. inits and clears are just variadic loops with init/clear internally, so the only difference is that it arguably looks...