Skip to content

Commit

Permalink
Adjusting clip count
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Schnaufer committed Sep 15, 2020
1 parent f86e4ab commit 34643aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/short_workflow_check.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Define some counts that we expect (the number of sub-folders plus the top folder)
EXPECTED_NUM_FOLDERS=65
EXPECTED_NUM_FOLDERS=58
EXPECTED_NUM_CANOPYCOVER_CSV=56
# The same number of CSV files + original, un-clipped mask file
EXPECTED_NUM_MASK_TIF=$((EXPECTED_NUM_CANOPYCOVER_CSV + 1))
Expand Down

0 comments on commit 34643aa

Please sign in to comment.