001c2e45b5
plan state hotfix * updated state_check function * added a wrapper function apply_state_check_to_df function to enable state_check function to work with dataframe and also wrote unit tests for both the functions. * Merged main into hotfix/plan_state * append extra column with new health plan state corrected * Merge remote-tracking branch 'refs/remotes/origin/hotfix/plan_state' into hotfix/plan_state * fix tests * move apply_state_check_to_df() to cnc_hotfix.py * move all functionality out of utils and into cnc_hotfix.py * Merge remote-tracking branch 'origin/main' into hotfix/plan_state * remove duplicated pythonpath in pyproject.toml * format cnc_hotfix.py * changed to use valid.STATE_MAP to not duplicate functionality Approved-by: Katon Minhas