Commit 9beb794e authored by AUTOMATIC's avatar AUTOMATIC

clarify the option to disable NaN check.

parent 6f31d221
...@@ -143,6 +143,8 @@ def test_for_nans(x, where): ...@@ -143,6 +143,8 @@ def test_for_nans(x, where):
else: else:
message = "A tensor with all NaNs was produced." message = "A tensor with all NaNs was produced."
message += " Use --disable-nan-check commandline argument to disable this check."
raise NansException(message) raise NansException(message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment