Skip to content

Commit

Permalink
add loop
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Dec 23, 2024
1 parent 3d5e450 commit f1195da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/mpas_ocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,5 @@ def teardown(self, resolution):
del self.uxgrid

def time_const_lat(self, resolution, lat_step):
self.uxgrid.cross_section.constant_latitude(self.lats)
for lat in self.lats:
self.uxgrid.cross_section.constant_latitude(lat)

0 comments on commit f1195da

Please sign in to comment.