inspect
Use this command to inspect a graph stored in your filesystem. A set of interactive and static visualisations are generated to allow visual inspection of the graph design.
The syntax of the recipe file is described in building graphs.
Inspect a graph.
usage: anemoi-graphs inspect [-h]
[--show_attribute_distributions | --no-show_attribute_distributions]
[--show_nodes | --no-show_nodes]
[--description | --no-description]
path output_path
Positional Arguments
- path
Path to the graph (a .PT file).
- output_path
Path to store the inspection results.
Named Arguments
- --show_attribute_distributions, --no-show_attribute_distributions
Hide distribution plots of edge/node attributes.
Default:
True- --show_nodes, --no-show_nodes
Show the nodes of the graph.
Default:
False- --description, --no-description
Hide the description of the graph.
Default:
True