Skip to content

Commit

Permalink
Merge pull request #195 from wri/bugfix/afi_qc_issues
Browse files Browse the repository at this point in the history
GTC-2590 Address AFi QC bugs
  • Loading branch information
manukala6 authored Oct 11, 2023
2 parents ab4e45b + faf7642 commit 607660c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object AFiSummary {
val summaryData = acc.stats.getOrElse(groupKey, AFiData(0, 0, 0, 0))
summaryData.total_area__ha += areaHa

if (negligibleRisk == "NO") {
if (negligibleRisk == "YES") {
summaryData.negligible_risk_area__ha += areaHa
}

Expand Down

0 comments on commit 607660c

Please sign in to comment.