flake8 complaints

This commit is contained in:
Peter Zhokhov
2018-08-03 13:59:58 -07:00
parent b63134e5c5
commit 5a7f9847d8

View File

@@ -155,6 +155,8 @@ def profile_tf_runningmeanstd():
for _ in range(n_trials):
z2 = tfrms.mean
assert z1 == z2
tic3 = time.time()
print('rms get mean time ({} trials): {} s'.format(n_trials, tic2 - tic1))