Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewljohnson committed May 13, 2016
1 parent 09350b2 commit b1d9f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_training_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def random_training_data(raster_data_paths,
way_bitmap_npy = {}

for raster_data_path in raster_data_paths:
raster_dataset, bands_data = read_naip(raster_data_path, band_list, tile_overlap)
raster_dataset, bands_data = read_naip(raster_data_path, band_list)
rows = bands_data.shape[0]
cols = bands_data.shape[1]

Expand Down

0 comments on commit b1d9f11

Please sign in to comment.