set applied to a string is not the set containing the string
MalteKurz opened this issue · 0 comments
MalteKurz commented
set('abc') = {'a', 'b', 'c'}
, so we need to add brackets around self.y_col
here:
doubleml-for-py/doubleml/double_ml_data.py
Line 259 in be32d1f
--> also at other places
--> related to #84