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

Tests fail when run with some non-default options #5285

Closed
OfekShilon opened this issue Dec 12, 2021 · 1 comment · Fixed by #6052
Closed

Tests fail when run with some non-default options #5285

OfekShilon opened this issue Dec 12, 2021 · 1 comment · Fixed by #6052
Labels

Comments

@OfekShilon
Copy link
Contributor

options(warn=2)
test.data.table()

Would result in multiple failures. Also:

options(digits=17)
test.data.table()

Probably best to add to oldOptions in test.data.table:

...
 warn = 1,
 digits = 7

# Output of sessionInfo()
R 4.0.5, data.table 1.14.3

@OfekShilon OfekShilon changed the title Tests fail with some non-default options Tests fail when run with some non-default options Dec 12, 2021
@ben-schwen
Copy link
Member

Similar to #4936 and #4633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants