Skip to content

Commit

Permalink
removing test files that use invalid census tracts
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickGoRaft committed Dec 20, 2024
1 parent 3880bfa commit f4c2da5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ object LarConverter {
case 2022 => countyLoanLimitsByCounty2022
case 2023 => countyLoanLimitsByCounty2023
case 2024 => countyLoanLimitsByCounty2024
case 2025 => countyLoanLimitsByCounty2024


}
}
Expand All @@ -258,6 +260,8 @@ object LarConverter {
case 2022 => countyLoanLimitsByState2022
case 2023 => countyLoanLimitsByState2023
case 2024 => countyLoanLimitsByState2024
case 2025 => countyLoanLimitsByCounty2024


}
}
Expand All @@ -271,6 +275,8 @@ object LarConverter {
case 2022 => overallLoanLimit2022
case 2023 => overallLoanLimit2023
case 2024 => overallLoanLimit2024
case 2025 => countyLoanLimitsByCounty2024

}
}

Expand Down

0 comments on commit f4c2da5

Please sign in to comment.