Skip to content

Commit

Permalink
Add testing file
Browse files Browse the repository at this point in the history
  • Loading branch information
Damonamajor committed Nov 18, 2024
1 parent 3eed3df commit 21ca2ca
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions testing_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,3 @@ comparison_result <- assessment_data_pred %>%
pred_card_initial_fmv_new, pred_card_initial_fmv_old
)


# Check if all non-NA values match
all_match <- comparison_result %>%
summarise(
all_pred_card_initial_fmv_match =
all(match_pred_card_initial_fmv, na.rm = TRUE),
all_meta_strata_1_match =
all(match_meta_strata_1, na.rm = TRUE),
all_meta_strata_2_match =
all(match_meta_strata_2, na.rm = TRUE)
)

print(all_match)
View(comparison_result)

0 comments on commit 21ca2ca

Please sign in to comment.