Skip to content

Commit

Permalink
timings for irregular grid
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Mar 21, 2024
1 parent 12b0eba commit 85e1741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_orca_irregular_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def setup_method(self, method):
self.options = {
"values": {"mapper": {"type": "irregular", "resolution": 1280, "axes": ["latitude", "longitude"]}},
}
print(arr)
# self.config = {"class": "od", "expver": "0001", "levtype": "sfc", "stream": "oper"}
# self.fdbdatacube = FDBDatacube(self.config, axis_options=self.options, point_cloud_options=self.points)
self.API = Polytope(
Expand All @@ -56,6 +57,7 @@ def test_quad_tree_slicer_extract(self):
time1 = time.time()
print("TIME TAKEN TO EXTRACT")
print(time1 - time0)
print(len(result.leaves))
result.pprint()

lats = []
Expand Down

0 comments on commit 85e1741

Please sign in to comment.