EcologicalNetworks.jl icon indicating copy to clipboard operation
EcologicalNetworks.jl copied to clipboard

Everything you've never dreamed about measuring on ecological networks.

Results 18 EcologicalNetworks.jl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Cannot reproduce results from "Integration with Mangal" example. Two issues: 1. The following code doesn't work for me: mangal_networks = DataFrame(fill(Int64, 5), [:id, :S, :L, :pred, :herb],...

bug
need triage

**Describe the bug** When computing the maximum trophic level of some networks, the `trophic_level` function returns unrealistically big values (i.e., orders of magnitude bigger than what we would expect for...

bug
need triage

Thank you all for creating this amazing tool! I'm trying to generate the bottom projection of a bipartite network. It seems the 'overlap' function does this, unfortunately I am having...

question
documentation
use-case

In-between a bug and a feature request. `convert(::Type{UnipartiteNetwork}, Vector{Any})` fails, even when the vector only consists of objects of type `MangalInteraction`. Having a method with around this call could then...

bug
need triage

The probabilistic and quantitative betadiv measures aren't in the package yet, should add them.

to do
need triage

When subsetting a network, using a species that is not in the network should warn, not fail?

to do
need triage

# Generative model api rework This PR refactors the interface for generating networks and adds additional generative models (including many bipartite generators, for which no prior generators existed) Prior to...

The simplify! command doesn't remove elements with only self-connections, and therefore takes a degenerate graph and returns a degenerate graph. **To Reproduce** ~~~julia testM = Bool[1 1 0; 1 1...

question
documentation

As part of [MetacommunityDynamics.jl](https://github.com/EcoJulia/MetacommunityDynamics.jl/), we want to be able to use EN.jl types and generative models on GPUs. Here's a running list of my understanding of the changes required to...

enhancement
question
low priority
need triage

_This is more a personal idea than a real issue, please consider it kindly._ I opened the issue because I notice an inconsistency in the way the three function that...

enhancement
data