Changeset 2904
- Timestamp:
- May 18, 2006, 11:00:17 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/pt_hedland_2006/run_pt_hedland.py
r2903 r2904 127 127 128 128 from utilities.polygon import inside_polygon 129 from pyvolution.util import plot_polygons 129 130 130 131 bounding_polygon = project.polyAll … … 138 139 count += 1 139 140 141 plot_polygons(project.polyAll, 142 [project.poly_pt_hedland, project.poly_region], 143 verbose = True) 144 140 145 if count == 0: 141 146 print 'interior regions OK' 142 147 else: 143 148 print 'check out your interior polygons' 149 print 'check polygon_plot.png in production directory' 144 150 import sys; sys.exit() 145 151
Note: See TracChangeset
for help on using the changeset viewer.