Skip to content

Commit

Permalink
Merge pull request #212 from SANDAG/anneku-patch-1
Browse files Browse the repository at this point in the history
Update datalake_exporter.py, remove microMgraEquivMinutes.csv
  • Loading branch information
bhargavasana authored Oct 5, 2024
2 parents d7b5812 + a945096 commit 2d88985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/python/datalake_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def write_to_datalake(output_path, models, exclude, env):
os.path.abspath(os.path.join(output_path, '..', 'input', 'zone_term.csv')),
os.path.abspath(os.path.join(output_path, '..', 'input', 'trlink.csv')),
os.path.join(output_path, 'bikeMgraLogsum.csv'),
os.path.join(output_path, 'microMgraEquivMinutes.csv'),
os.path.join(report_path, 'walkMgrasWithin45Min_AM.csv'),
os.path.join(report_path, 'walkMgrasWithin45Min_MD.csv')
]
Expand Down

0 comments on commit 2d88985

Please sign in to comment.