Skip to content

Commit

Permalink
update wait time estimate in import script
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Aug 27, 2024
1 parent 9ed26d6 commit 74db6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_data/use_cases/new_york_energy/import_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def create_network(dataset, network_name, geodata):


def perform_import(dataset, **kwargs):
print('\tEstimated time: 90 minutes.')
print('\tEstimated time: 45 minutes.')
start = datetime.now()
Network.objects.filter(dataset=dataset).delete()
VectorMapLayer.objects.filter(dataset=dataset).delete()
Expand Down

0 comments on commit 74db6e8

Please sign in to comment.