Skip to content

Commit

Permalink
removed drop statement
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleybeckner authored and wesleybeckner committed Nov 2, 2018
1 parent 67e0ae3 commit d04cd25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion salty/tests/test_data_manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_3_merge_duplicates(self):
def test_4_assign_category(self):
with_relative = self.devmodel1.Data
with_relative['Molecular Relative'] = ''
with_relative.drop(columns='name-cation', inplace=True)
missed_entry_test = salty.assign_category(with_relative)
data = salty.assign_category(self.devmodel1.Data)
return data, missed_entry_test
Expand Down

0 comments on commit d04cd25

Please sign in to comment.