Skip to content

Conversation

@ankitlade12
Copy link
Contributor

  • Fix UnboundLocalError in _variable_type_checks.py by initializing is_cat/is_dt
  • Add robust dtype checking using both is_object_dtype and is_string_dtype
  • Update find_variables.py with same robust logic for consistency
  • Fix warning count assertions in encoder tests (Pandas 3 adds extra deprecation warnings)
  • Fix floating point precision assertion in recursive feature elimination test
  • Apply ruff formatting and fix linting errors
  • All 1900 tests passing

- Fix UnboundLocalError in _variable_type_checks.py by initializing is_cat/is_dt
- Add robust dtype checking using both is_object_dtype and is_string_dtype
- Update find_variables.py with same robust logic for consistency
- Fix warning count assertions in encoder tests (Pandas 3 adds extra deprecation warnings)
- Fix floating point precision assertion in recursive feature elimination test
- Apply ruff formatting and fix linting errors
- All 1900 tests passing
@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (mnt-pandas3@de4d663). Learn more about missing BASE report.

Additional details and impacted files
@@              Coverage Diff               @@
##             mnt-pandas3     #885   +/-   ##
==============================================
  Coverage               ?   98.20%           
==============================================
  Files                  ?      113           
  Lines                  ?     4856           
  Branches               ?      775           
==============================================
  Hits                   ?     4769           
  Misses                 ?       55           
  Partials               ?       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant