We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you move the type of this field
https://github.com/gottacatchenall/EcoDynamics.jl/blob/327b87b4fbf47b1ced4263dcbb90009fa81c4c6a/src/problem.jl#L6
into the type declaration, you can dispatch on whether or not it has a spatial graph.
The text was updated successfully, but these errors were encountered:
yeah that's a vestigal component, I've moved to parameterizing w/ Spatialness, which will also enable dispatch against Model{S<:Spatialness} to replace the ugly ∂u_spatial calls https://github.com/gottacatchenall/EcoDynamics.jl/blob/327b87b4fbf47b1ced4263dcbb90009fa81c4c6a/src/models/lvcompetition.jl#LL31C1-L31C20
Spatialness
Model{S<:Spatialness}
∂u_spatial
but any other feedback on the type system would be useful, i'm still not sure about it
Sorry, something went wrong.
No branches or pull requests
If you move the type of this field
https://github.com/gottacatchenall/EcoDynamics.jl/blob/327b87b4fbf47b1ced4263dcbb90009fa81c4c6a/src/problem.jl#L6
into the type declaration, you can dispatch on whether or not it has a spatial graph.
The text was updated successfully, but these errors were encountered: