You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the check_award_ref_declaration function to ensure that discrepancies in award reference lengths between the Federal Awards workbook and the Federal Awards Audit Findings workbook are normalized before validation. This involves:
Creating a helper function to handle cases where award references have differing lengths by padding shorter references with leading zeros.
Ensuring that if the declared award reference length is greater or less than the reported award reference length, references are adjusted to match in both workbooks.
Incorporating the normalization step before checking for mismatches between reported and declared award references.
This will ensure consistent validation across different versions of the workbooks and prevent errors due to differing reference lengths.
The text was updated successfully, but these errors were encountered:
* #4331 Updated logic to handle discrepancies in award reference lengths
* #4331 Removed unused REGEX
* #4331 Update validation on finding count to account for award reference version mismatch
Description:
Modify the
check_award_ref_declaration
function to ensure that discrepancies in award reference lengths between the Federal Awards workbook and the Federal Awards Audit Findings workbook are normalized before validation. This involves:This will ensure consistent validation across different versions of the workbooks and prevent errors due to differing reference lengths.
The text was updated successfully, but these errors were encountered: