-
Notifications
You must be signed in to change notification settings - Fork 74
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
Improve utilities for structure comparison in tests #896
Conversation
d612fa9
to
48fc387
Compare
The code is self explanatory, adds beneficial structure to the comparison of two tables, and runs with no issues. There seems to be no testing of the conditions in which the function |
48fc387
to
ce6efce
Compare
Added 3 tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is self explanatory, adds beneficial structure to the comparison of two tables (or arrays), and runs with no issues. Good job!
033b591
to
09bde4a
Compare
09bde4a
to
ebb06d4
Compare
When a table or a dataframe comparion fails in a test, we don't get much information. This PR adds a bit of information to the failure to help identify their causes.
This branch is currently on top of #895, the corresponding commits will be removed before merging.
Closes #840