Skip to content

Commit cb0d921

Browse files
committed
TODO.
1 parent bea52a4 commit cb0d921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflow2Model.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4706,7 +4706,7 @@ public void testRaggedConstant16() throws ClassHierarchyException, CancelExcepti
47064706
/**
47074707
* Test non-uniform inner dimensions.
47084708
*
4709-
* <p>FIXME: Should not throw an {@link AssertionError}.
4709+
* <p>TODO: Remove expected assertion error once https://github.com/wala/ML/issues/350 is fixed.
47104710
*/
47114711
@Test(expected = AssertionError.class)
47124712
public void testRaggedConstant17() throws ClassHierarchyException, CancelException, IOException {

0 commit comments

Comments
 (0)