Skip to content

Commit

Permalink
peak count for each week
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Jun 2, 2020
1 parent 8111959 commit 9a30f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zooniverse/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def main(path, everglades_watch, model=None, save_dir="/orange/ewhite/everglades
"/orange/ewhite/everglades/WadingBirds2020/6th\ Bridge/6thBridge_03_25_2020.tif"
]

for path in paths[:0]:
for path in paths[:1]:
print(path)
saved_file = main(path, everglades_watch, model)

Expand Down

0 comments on commit 9a30f22

Please sign in to comment.