Skip to content

Commit

Permalink
Update bc_obps/reporting/service/report_verification_service.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Bastianelli <pbastia@gmail.com>
  • Loading branch information
shon-button and pbastia committed Jan 6, 2025
1 parent 2d413e4 commit 9f8617d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bc_obps/reporting/service/report_verification_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_report_needs_verification(version_id: int) -> bool:
if registration_purpose in REGULATED_OPERATION_PURPOSES:
return True

# Emission threshold: verification data is required if the registration purpose is Reporting Operation, and total TCo₂e >+ 25,000
# Emission threshold: verification data is required if the registration purpose is Reporting Operation, and total TCo₂e >= 25,000
if registration_purpose == Operation.Purposes.REPORTING_OPERATION:
attributable_emissions = ComplianceService.get_emissions_attributable_for_reporting(version_id)
return attributable_emissions >= ATTRIBUTABLE_EMISSION_THRESHOLD
Expand Down

0 comments on commit 9f8617d

Please sign in to comment.