-
Notifications
You must be signed in to change notification settings - Fork 1
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
623 ci with cml runtimes #118
Conversation
Break steps Add 3.11 runtime Change name tags
The workflow failed because of : More details in the workflows |
* Creating mapping validation function * Docstrings * Update docstring and leave unmatched as set * Update to raise warning and created wraper to test multiple mapping files in one go * adding test that passes when a warning raised * update docstring to ask that mapping file be a folder and not a file
*Add reusable function *Add test data *Add unit test *Add TODO to use this function in other parts of the pipeline
* move files to correct location * change relevant module imports * Move files to apropiate folders, rename folders * Move all data to equivalent test folder structure * Update estimation test paths and imports * Update imputation test paths and imports * Update outlier detection test paths and imports * Update outpus test paths and imports * Update utilities test paths and imports * Remove tests/imputation/test_pivot_imputation_value.py * Run hooks * Add tests tree into tests readme * Run hooks * Remove duplicated test data * These were copied instead of moved, hence duplicated * these files aren't needed and covered by other tests * update tree --------- Co-authored-by: Wil Roberts <[email protected]>
Updated source code for test_data_cleaning -> when selecting column can't use dictionary, by using list(dict) we get a list of the keys Updated tests/utilities/test_constrains.py, there was an issue nan not equal to nan, solved by forcing string dtype instead of object Updated the pre-commit (run pre-comming migrate config as suggested in warnings) used python instead of python3 (python3 was only for cdh) Did a rebase with main to apply all recent changes in structure and build tests against them |
8d65839
to
c2e013f
Compare
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.
All looks good to me. I testing pre-commits in Python 3.10 env, all passed. Happy to merge
Summary
Updating workflow to use cml runtimes to build and test the package when a pull request is created
Checklists
This pull request meets the following requirements:
If you feel some of these conditions do not apply for this pull request, please
add a comment to explain why.