Skip to content

Commit

Permalink
Adding a doc note to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffyclub committed Aug 28, 2014
1 parent 9eeef66 commit c52dcfe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions demos/example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
"""
This is a simple test of pandana functionality. If it runs with no errors
you should see output something like:
> python demos/example.py
Generating contraction hierarchies with 4 threads.
Setting CH node vector of size 1498
Setting CH edge vector of size 1702
[info src/contraction_hierarchies/src/libch.cpp:205] Range graph removed 1900 edges of 3404
. 10% . 20% . 30% . 40% . 50% . 60% . 70% . 80% . 90% . 100%
100%
Depending on whether your installed copy of pandana was built with OpenMP
support it may be run with multiple threads or only 1.
"""
import os.path

import pandas as pd
Expand Down

0 comments on commit c52dcfe

Please sign in to comment.