-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still "maintained"? #113
Comments
Thanks for showing interest in the package, part of the reason its not updated is because there are so few issues being made, this is the first in three years. I do actually actively work on DynamicGrids.jl and use Dispersal.jl models regularly, and do intend to update them (I'm using them both right now on the lastest Rasters.jl). But I'm doing a PhD and overloaded with work, and my other packages that these build on and far more people use and contribute to like DimensionalData.jl and Rasters.jl are getting my priority time. So, to make things workable here, we need a new breaking release of DynamicGrids.jl and then I can update Dispersal.jl. I cant guarantee when I can get that done by, even the last Rasters.jl release took me a few months. For now I have pushed a |
Thank you for the I've been running simple stuff with it and I'm constantly running into the following (new) error when creating any kind of output (ArrayOutput, REPLOutput, GifOutput...): It is quite complicated to develop anything right now if not even example codes work (or it's so hard to pinpoint the origin of the errors). Thank you for the quick response, |
Ahh thats a DimensionalData.jl thing, sorry. But its only the display, so if you put a ; after the line it will work fine. Personally I use Makie for all visualisation these days via |
Thank you! MakieOutput works so much better! I believe it'd be easier if it could be found in the DG documentation :) |
Feel free to make a PR with nice docs for MakieOutput then ;) You can base them on another Output doc. |
Hey there,
I've been trying to use Dispersal.jl along with DynamicGrids.jl but I'm encountering many incompatibilities/issues (even following the documentation). I believe DynamicGrids is still operable but looks like Dispersal is not? Same for GrowthMaps. Additionally, I've been trying DynamicGrids#dev but that fully disallows the use of Dispersal.jl.
Other issues, for example:
Dispersal and GrowthMaps force Rasters.jl to version 0.1.1 which makes it very complicated to work with.
Additional question (I know it's probably due to DG.jl but didn't have it til I installed Dispersal.jl):
I've started encountering the following error and now I get it all the time. Even running example simulations that used to work for me before, like the Game of Life one:
init = rand(Bool, 150, 200)
output = REPLOutput(init; tspan=1:200, fps=30)
ERROR: MethodError: no method matching _asiterable(::Symbol)
The applicable method may be too new: running in world age 36144, while current world is 37569.
I'd just like to know if there's any intention of updating the whole cesaraustralia package environment or I should move towards a different framework. It has great potential but I find it quite inoperable right now, perhaps it's just my lack of expertise :).
Thank you very much,
Nico
The text was updated successfully, but these errors were encountered: