Benjamin Blouin
Benjamin Blouin
@jack-pappas I can use Mint Tara and try build w/o avx2/bmi2
I'll work on it this week On Tue, Mar 23, 2021, 1:42 PM Jack Pappas ***@***.***> wrote: > Thanks! Looks like this is to fix #105 > , is that...
@jack-pappas it is a fix for #105, working on unit test now
@jack-pappas it fails under test_categorical.py line 1606-1611: `def test_empty_init(self):` ... ` with pytest.raises(ValueError): c = Categorical([])` Is there something else I can do? Do you want it to be more...
File "", line 1, in File "/home/bblouin/.pyenv/versions/anaconda3-2020.11/envs/rtdev/lib/python3.9/site-packages/riptable-1.0.42.post3+gb6455da.d20210324-py3.9.egg/riptable/rt_categorical.py", line 3110, in isin return self == x File "/home/bblouin/.pyenv/versions/anaconda3-2020.11/envs/rtdev/lib/python3.9/site-packages/riptable-1.0.42.post3+gb6455da.d20210324-py3.9.egg/riptable/rt_categorical.py", line 3698, in __eq__ return self._categorical_compare_check('__eq__', other) File "/home/bblouin/.pyenv/versions/anaconda3-2020.11/envs/rtdev/lib/python3.9/site-packages/riptable-1.0.42.post3+gb6455da.d20210324-py3.9.egg/riptable/rt_categorical.py", line 3661, in **_categorical_compare_check...