We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08fe50 commit 7cd16efCopy full SHA for 7cd16ef
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/RaggedConstant.java
@@ -342,6 +342,8 @@ protected Set<List<Dimension<?>>> getShapesOfValue(
342
Set<Integer> possibleOuterListLengths =
343
getPossibleOuterListLengths(builder, valuePointsToSet);
344
345
+ // FIXME: Doesn't seem right if there are multiple possible values. We need to create new
346
+ // shapes to return in that case.
347
for (int outerListLength : possibleOuterListLengths) {
348
List<Dimension<?>> shape = new ArrayList<>();
349
0 commit comments