Skip to content
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

Introduce Topology to check biomass graph disconnections. #152

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    9588882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89da5e6 View commit details
    Browse the repository at this point in the history
  3. Update Manifest.toml to reproduce exact extinction dates.

    DifferentialEquations seems to have changed its default solver,
    which made extinction dates non-reproducible?
    iago-lito committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    05d1a3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8f22f9 View commit details
    Browse the repository at this point in the history
  5. Fix test macro hygiene.

    iago-lito committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    69629aa View commit details
    Browse the repository at this point in the history
  6. Introduce Topology values to address #151.

    These values describe the model under a topological perspective:
    nodes and their neibouhring relations.
    Nodes and edges are typed into various 'compartments'.
    Nodes can be "removed" from topologies
    while leaving tombstones to maintain indices validity.
    This enables various topological analyses of the model network
    like `disconnected_components()`,
    `isolated_producers()` or `starving_consumers()`.
    iago-lito committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ad4878d View commit details
    Browse the repository at this point in the history