jacobnzw/SSMToybox

LinearizationTransform: Remove Jacobian reshape

jacobnzw opened this issue · 0 comments

Remove the line

jacobian_f = jacobian_f.reshape(len(mean_f), self.dim)

from LinearizationTransform.apply().