Updated all log strings to new format
This commit is contained in:
parent
36e837d374
commit
9f5252194a
35 changed files with 121 additions and 715 deletions
|
|
@ -22,7 +22,7 @@ class Timer(object):
|
|||
|
||||
def __exit__(self, type_, value, traceback):
|
||||
self.end = time.time()
|
||||
logging.debug("%s time: %s", self.name, self.end - self.start)
|
||||
logging.debug("{} time: {}", 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