diff --git a/test/TensorFlowNET.UnitTest/ExamplesTests/ExamplesTest.cs b/test/TensorFlowNET.UnitTest/ExamplesTests/ExamplesTest.cs index 92177dc2..fcf8353a 100644 --- a/test/TensorFlowNET.UnitTest/ExamplesTests/ExamplesTest.cs +++ b/test/TensorFlowNET.UnitTest/ExamplesTests/ExamplesTest.cs @@ -119,7 +119,7 @@ namespace TensorFlowNET.ExamplesTests public void NeuralNetXor_ImportedGraph() { tf.Graph().as_default(); - Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph = true }.Run()); + Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph = false }.Run()); }