Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Jul 25, 2024
1 parent 97decb3 commit a1e60e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions performance/fdb_slice_many_numbers_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pandas as pd
import pygribjump as gj

from polytope.datacube.backends.fdb import FDBDatacube
from polytope.polytope import Polytope, Request
from polytope.shapes import All, Point, Select

Expand Down Expand Up @@ -70,7 +69,7 @@
time3 = time.time()
result = self_API.retrieve(request)
time4 = time.time()
print("INTERESTING TIME NOW")
print("Polytope time")
print(self_API.time)
print(time.time() - time1)
print(time.time() - time2)
Expand Down

0 comments on commit a1e60e6

Please sign in to comment.