aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/linalg/linear_operator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/linalg/linear_operator.py')
-rw-r--r--tensorflow/python/ops/linalg/linear_operator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/python/ops/linalg/linear_operator.py b/tensorflow/python/ops/linalg/linear_operator.py
index 2c24a29567..957a795918 100644
--- a/tensorflow/python/ops/linalg/linear_operator.py
+++ b/tensorflow/python/ops/linalg/linear_operator.py
@@ -480,7 +480,6 @@ class LinearOperator(object):
cond,
self._max_condition_number_to_be_non_singular(),
message="Singular matrix up to precision epsilon.")
- raise NotImplementedError("assert_non_singular is not implemented.")
def _max_condition_number_to_be_non_singular(self):
"""Return the maximum condition number that we consider nonsingular."""