From f159bb1cba224ef5035bddb6c3b24b2487940f70 Mon Sep 17 00:00:00 2001 From: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:32:51 -0500 Subject: [PATCH] Remove leftover local ASV benchmark (#967) * Update face_bounds.py * pre-commit --- benchmarks/face_bounds.py | 10 ---------- 1 file changed, 10 deletions(-) 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