update state update

This commit is contained in:
Joshua E. Jodesty 2019-02-18 12:22:22 -05:00
parent e2d68a0587
commit 59ba3d9f21
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class TensorFieldReport:
#
#
def state_update(y, x):
return lambda sub_step, sL, s, _input: (y, x)
return lambda var_dict, sub_step, sL, s, _input: (y, x)
def bound_norm_random(rng, low, high):