aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow/python/kernel_tests/csiszar_divergence_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/bayesflow/python/kernel_tests/csiszar_divergence_test.py')
-rw-r--r--tensorflow/contrib/bayesflow/python/kernel_tests/csiszar_divergence_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/bayesflow/python/kernel_tests/csiszar_divergence_test.py b/tensorflow/contrib/bayesflow/python/kernel_tests/csiszar_divergence_test.py
index 8c6a614beb..2e94b7206d 100644
--- a/tensorflow/contrib/bayesflow/python/kernel_tests/csiszar_divergence_test.py
+++ b/tensorflow/contrib/bayesflow/python/kernel_tests/csiszar_divergence_test.py
@@ -759,7 +759,7 @@ class CsiszarVIMCOTest(test.TestCase):
def _csiszar_vimco_helper_grad(self, logu, delta):
"""Finite difference approximation of `grad(csiszar_vimco_helper, logu)`."""
- # This code actually estimates the sum of the Jacobiab because thats what
+ # This code actually estimates the sum of the Jacobiab because that's what
# TF's `gradients` does.
np_log_avg_u1, np_log_sooavg_u1 = self._csiszar_vimco_helper(
logu[..., None] + np.diag([delta]*len(logu)))