Reverted logging style
This commit is contained in:
parent
e25c23cf1c
commit
6fb61e1e3f
24 changed files with 100 additions and 106 deletions
|
|
@ -22,7 +22,7 @@ class Timer(object):
|
|||
|
||||
def __exit__(self, type_, value, traceback):
|
||||
self.end = time.time()
|
||||
logging.debug("{} time: {}", self.name, self.end - self.start)
|
||||
logging.debug("%s time: %s", self.name, self.end - self.start)
|
||||
|
||||
|
||||
def deserialise_array_b64(b64_string, dtype, shape):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue