Skip to content

Commit

Permalink
Merge branch 'main' into zonal-mean
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Sep 18, 2024
2 parents f1a51c1 + f159bb1 commit d51b843
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions benchmarks/face_bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,3 @@ def time_face_bounds(self, grid_path):
def peakmem_face_bounds(self, grid_path):
"""Peak memory usage obtain ``Grid.face_bounds."""
face_bounds = self.uxgrid.bounds

class Bounds:
def setup(self):
self.uxgrid = ux.open_grid(r"C:\Users\chmie\PycharmProjects\ncar-uxarray\uxarray-hongyu\benchmarks\oQU480.grid.nc")

def teardown(self):
del self.uxgrid

def time_bounds(self):
self.uxgrid.bounds

0 comments on commit d51b843

Please sign in to comment.