Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove test_columns_not_present #839

Open
nikosbosse opened this issue Jun 7, 2024 · 1 comment
Open

Remove test_columns_not_present #839

nikosbosse opened this issue Jun 7, 2024 · 1 comment

Comments

@nikosbosse
Copy link
Contributor

The function is not needed, as we can just call test_names directly.

test_columns_not_present <- function(data, columns) {
  test_names(colnames(data), disjunct.from = columns)
}
@nikosbosse
Copy link
Contributor Author

We might be able to replace the checks for test_columns_present etc. as well

@nikosbosse nikosbosse added this to the scoringutils-2.x milestone Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant