Skip to content

Commit

Permalink
do not drop "no verif sources" from results
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoyk committed Jun 12, 2024
1 parent 9a34122 commit f7ca112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00-base.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ putki_yhd_plot[["yla_ver"]] <-
# Drop cases from plots which need manual review
putki_yhd_plot <- putki_yhd_plot[
!(putki_yhd_plot$maa_verif %in% c("CHECKS_FAILED","NO_SOURCES") |
!(putki_yhd_plot$maa_verif %in% c("CHECKS_FAILED") |
putki_yhd_plot$yla_verif %in%
c("CHECKS_FAILED","BAD_DB?(NO_VERIF)","ELY_IN_DB?",p0("ELY±",l_ely,"m"))), ]
Expand Down

0 comments on commit f7ca112

Please sign in to comment.