Skip to content

Commit

Permalink
removed redundancy from misc_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
brendapraggastis committed Dec 6, 2024
1 parent 3609c69 commit a373ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypernetx/classes/property_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def set_defaults(self, defaults) -> None:
else:

def grabprop(cell):
return cell.get(k, v)
return cell.pop(k, v)

self._data[k] = self._data["misc_properties"].map(grabprop)
new_cols.append(k)
Expand Down

0 comments on commit a373ea9

Please sign in to comment.