Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed May 8, 2024
1 parent fe2df0d commit 87cbc2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resistnet/hall_of_fame.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def _update_data_frame(self):
fame data.
"""
self.data = self.data.sort_values("fitness", ascending=False)
#self.data = self.data.drop_duplicates(keep="first", ignore_index=True)
self.data = self.drop_active_duplicates(self.data, self.variables)
self.data = self.data.reset_index(drop=True)
self.custom_drop()
Expand Down

0 comments on commit 87cbc2f

Please sign in to comment.