Skip to content

Commit 7cd16ef

Browse files
committed
Add TODO.
1 parent b08fe50 commit 7cd16ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/RaggedConstant.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ protected Set<List<Dimension<?>>> getShapesOfValue(
342342
Set<Integer> possibleOuterListLengths =
343343
getPossibleOuterListLengths(builder, valuePointsToSet);
344344

345+
// FIXME: Doesn't seem right if there are multiple possible values. We need to create new
346+
// shapes to return in that case.
345347
for (int outerListLength : possibleOuterListLengths) {
346348
List<Dimension<?>> shape = new ArrayList<>();
347349

0 commit comments

Comments
 (0)