Richard Reeve
Richard Reeve
The prompt pasting support now in base is great, but it would be even better if it could recognise REPL modes. In particular where you have an example of language...
I wanted to try out this for my (unregistered) package, so I added: ```julia using Simulation using Aqua Aqua.test_all(Simulation) ``` to the start of my `test/runtest.jl` file, but all it...
This errors: https://github.com/EcoJulia/EcoSISTEM.jl/blob/8c6b2b8f007020478b0be853f9c883a061bc2485/examples/Africa_run.jl#L12 ```julia julia> africa = readfile(file, -25°, 50°, -35°, 40°) ERROR: GDALError (CE_Failure, code 10): Pointer 'hDS' is NULL in 'GDALGetRasterBand'. Stacktrace: [1] gdaljl_errorhandler(class::GDAL.CPLErr, errno::Int32, errmsg::Cstring) @ GDAL...
Looking through changes in #66 has made it clear that setting off MPI jobs as separate processes in the testing means their tests do not get picked up by the...
Trying to fix some MPI problems in #66 has led to an issue with `gather_abundance()` doing a lot of allocation while trying to collect the abundance data sensibly onto one...
The code in `main` parallelises efficiently using `MPI.jl`, but currently only works on one process (multi-threaded) on `dev`. This needs fixed.
Revamp of underlying structure lost us a lot of code coverage. This needs to be fixed.
I'm splitting this off from the joint issue #5, which is now just about the phylogenetic work and is now ready to release. - [ ] Choose which framework to...
How do we want to handle looking at multiple metacommunities, for inside time slices of a spatiotemporal dataset?
We need a way of saying what diversity was just calculated so we can combine multiple outputs in a single dataframe. In particular, handle multiple phylogenies, calculating diversity for each...