Skip to content

Commit dffc465

Browse files
authored
Merge pull request #1146 from Wanglongzhi2001/master
fix: ignore the LSTMLoad test
2 parents 7b26d66 + 03b44c3 commit dffc465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/TensorFlowNET.Keras.UnitTest/Model/ModelLoadTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public void ModelWithSelfDefinedModule()
8181
model.fit(dataset.Train.Data, dataset.Train.Labels, batch_size, num_epochs);
8282
}
8383

84+
[Ignore]
8485
[TestMethod]
8586
public void LSTMLoad()
8687
{

0 commit comments

Comments
 (0)