Skip to content

Commit

Permalink
Change some test values.
Browse files Browse the repository at this point in the history
Looks like these were wrong since we weren't checking them. I verified in the IR that indeed v3 refers to the parameter.
  • Loading branch information
khatchad committed Dec 1, 2023
1 parent afe631b commit 30749d5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,17 +207,17 @@ public void testTf2()
"SequentialModel.__call__",
0,
2); // NOTE: Change to testTf2("tf2_test_model_call.py", "SequentialModel.__call__", 1, 4,
// 2) once
// 3) once
// https://github.com/wala/ML/issues/24 is fixed.
testTf2(
"tf2_test_model_call2.py",
"SequentialModel.call",
0,
2); // NOTE: Change to testTf2("tf2_test_model_call2.py", "SequentialModel.call", 1, 4, 2)
2); // NOTE: Change to testTf2("tf2_test_model_call2.py", "SequentialModel.call", 1, 4, 3)
// once
// https://github.com/wala/ML/issues/24 is fixed.
testTf2("tf2_test_model_call3.py", "SequentialModel.call", 1, 4, 2);
testTf2("tf2_test_model_call4.py", "SequentialModel.__call__", 1, 4, 2);
testTf2("tf2_test_model_call3.py", "SequentialModel.call", 1, 4, 3);
testTf2("tf2_test_model_call4.py", "SequentialModel.__call__", 1, 4, 3);
}

private void testTf2(
Expand Down

0 comments on commit 30749d5

Please sign in to comment.