Skip to content

Commit

Permalink
fixing calling sequence for Particles.keys()
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Sep 17, 2021
1 parent 3c77961 commit af8a540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PySDM/state/particles.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def reset_cell_idx(self):
self.cell_idx.reset_index()
self.__sort_by_cell_id()

@property
def keys(self):
return self.attributes.keys()

Expand Down

0 comments on commit af8a540

Please sign in to comment.