alteryx / woodwork

Woodwork is a Python library that provides robust methods for managing and communicating data typing information.
https://woodwork.alteryx.com
BSD 3-Clause "New" or "Revised" License
145 stars 20 forks source link

Revert "optimize boolean inference" #1744

Closed simha104 closed 1 year ago

simha104 commented 1 year ago

Reverts alteryx/woodwork#1713

resolves #1745

codecov[bot] commented 1 year ago

Codecov Report

Merging #1744 (1215a05) into main (732cf90) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1744   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files          98       98           
  Lines       11953    11954    +1     
=======================================
+ Hits        11804    11805    +1     
  Misses        149      149           
Files Changed Coverage Δ
woodwork/config.py 100.00% <ø> (ø)
woodwork/logical_types.py 100.00% <100.00%> (ø)
woodwork/tests/logical_types/test_logical_types.py 100.00% <100.00%> (ø)
woodwork/type_sys/inference_functions.py 99.24% <100.00%> (-0.01%) :arrow_down: