Skip to content

Commit

Permalink
removing net_summary_simplify script; this is done in HTML now
Browse files Browse the repository at this point in the history
  • Loading branch information
bricegnichols committed Aug 15, 2018
1 parent 45d1bac commit 0a99f67
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 474 deletions.
1 change: 0 additions & 1 deletion run_soundcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def run_all_summaries():
if run_network_summary:
subprocess.call([sys.executable, 'scripts/summarize/standard/daily_bank.py'])
subprocess.call([sys.executable, 'scripts/summarize/standard/network_summary.py'])
subprocess.call([sys.executable, 'scripts/summarize/standard/net_summary_simplify.py'])
if scenario_name == '2014':
subprocess.call([sys.executable, 'scripts/summarize/standard/roadway_base_year_validation.py'])
subprocess.call([sys.executable, 'scripts/summarize/standard/transit_base_year_validation.py'])
Expand Down

0 comments on commit 0a99f67

Please sign in to comment.