Skip to content

Commit

Permalink
Fix meta reset bug
Browse files Browse the repository at this point in the history
  • Loading branch information
luisboitas committed Sep 16, 2022
1 parent 64e401e commit b028be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optimus/engines/base/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ def drop_columns(meta, cols):
delete(meta, Path('max_cell_length', col), ignore_missing=True)
delete(meta, Path('profile', 'columns', col), ignore_missing=True)

return meta

@staticmethod
def select_columns(meta, cols):
all_cols = []
Expand Down

0 comments on commit b028be8

Please sign in to comment.