Skip to content

Commit

Permalink
rip
Browse files Browse the repository at this point in the history
  • Loading branch information
Caitlyn Chen committed Mar 31, 2021
1 parent e32f8ae commit 9e15b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lux/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def maintain_recs(self, is_series="DataFrame"):
if len(vlist) > 0:
rec_df._recommendation[action_type] = vlist
rec_df._rec_info = rec_infolist
quantitative_columns = [i for i in self.dtypes if i != 'O' and i != 'str']
quantitative_columns = [i for i in self.dtypes if i != "O" and i != "str"]
if len(quantitative_columns) == 2 or len(quantitative_columns) == 3:
self.current_vis = VisList([i for i in self.columns], self)
self._widget = rec_df.render_widget()
Expand Down

0 comments on commit 9e15b2c

Please sign in to comment.