-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add remaining test cases for apply_nan_mode
#1108
Comments
(amp.client_venv) mihir@mihir-VMware-Virtual-Platform:~/src/kaizenflow1$ invoke docker_bash @samarth9008 @sonaalKant I am getting this error while starting the docker container. Do I need any credentials for accessing the docker container? |
Let me take a look later. |
Should work now. |
Still getting the same error. Any suggestions on how can I debug this? |
Did you pull the latest master? After pulling, run this command
|
It's working now! Thank you. |
* Added test cases for apply_nan_mode. * Added test cases for apply_nan_mode and fixed the lints. * Defined correct type for var actual_info. * catching the error in test7. * Freeze outputs for the tests 8 and 10 and added comments. * Added comments. * Added required comments. Added check for the returned series in test8 and removed test9 and test10. * Added tests for invalid mode and when mode is strict without nans in the series. * Added check for the returned series while updating golden outcome for test8. * Removed test8 to resolve checks on GitHub. * Added test8 to resolve checks on GitHub. * outcome updated. * outcome updated. * Fixing the suggested nits. * Delete helpers/test/outcomes/Test_apply_nan_mode.test8/output/test.txt Removed helpers/test/outcomes/Test_apply_nan_mode.test8/output/test.txt * Updated all LOCs including comments to within 80 char per line.
Function to add test cases for - https://github.com/kaizen-ai/kaizenflow/blob/423470c58122af11b12a1b9c3ea889abcad52342/helpers/hdataframe.py#L163
Few tests are already added over here - https://github.com/kaizen-ai/kaizenflow/blob/423470c58122af11b12a1b9c3ea889abcad52342/helpers/test/test_dataframe.py#L120
Analyze what tests are remaining and add more tests.
See unit test doc to follow the code style
Also highly recommend to read this doc before submitting the PR
FYI @gpsaggese @sonaalKant @DanilYachmenev
The text was updated successfully, but these errors were encountered: