Skip to content

Network Validation Checks

Elizabeth Sall edited this page Dec 17, 2019 · 1 revision

Connectivity

for each mode,

if len(list(nx.connected_components(G)) ) != 1: . then list out the smaller components

Visual Checks

print out visual references of the projects and what they changed for each scenario

Report

print a report with any warnings, base projects, applied projects, and their locations and descriptions

Clone this wiki locally