Skip to content

Commit

Permalink
Update plate_simulation/driver.py
Browse files Browse the repository at this point in the history
Co-authored-by: domfournier <[email protected]>
  • Loading branch information
benk-mira and domfournier authored Feb 12, 2024
1 parent cff52b8 commit 27f1360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plate_simulation/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def mesh(self):
def plate(self):
if self._plate is None:
self._plate = Plate(self.params.model.plate)
# self._plate = Plate.from_params(self.params.model.plate)

return self._plate

Expand Down

0 comments on commit 27f1360

Please sign in to comment.