diff --git a/benchmarks/face_bounds.py b/benchmarks/face_bounds.py index db3106fcb..b249e7b99 100644 --- a/benchmarks/face_bounds.py +++ b/benchmarks/face_bounds.py @@ -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