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 f4c2da5 commit 4aceef6
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ object LarConverter {
case 2023 => countyLoanLimitsByCounty2023
case 2024 => countyLoanLimitsByCounty2024
case 2025 => countyLoanLimitsByCounty2024


}
}

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


case 2025 => countyLoanLimitsByState2024
}
}

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

case 2025 => overallLoanLimit2024
}
}

Expand Down

0 comments on commit 4aceef6

Please sign in to comment.