Darren Wilkinson
Darren Wilkinson
I've been playing some more with this, and came up with the following, for converting a Frame, df: ``` scala Csv.fromFrame(new CsvFormat(",", header = true))(df).toString ``` which seems as though...
Thanks. I tried hacking the makefile to allow building with clang++-14. It did build an executable, but it crashed at runtime. In the end I built clang-12 from the official...
Thanks for your feedback. For really big problems you probably want to use Spark. But there's no reason why this code should not work for models that run fine in...
Regarding your second question, there is no code for this currently. There should be a "verb" or "debug" option when calling the function that will print (or log) diagnostic information...
Does it run OK if (say) you halve the number of observations and covariates? If so, I suspect the problem is just that I haven't tried to do in-place operations...
Searching the review database (for Python and Systems Biology), it seems like Manuel Razo-Mejia and Griffin Chure would be appropriate, along with Antoine Ruzette, Abhishek Tiwari, Yafei Wang, and many...
@editorialbot generate pdf
@editorialbot generate pdf
Thanks. The build is fixed and I've added references to a couple of existing systems biology simulation libraries.