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 9baedf4 commit 3daa5c5Copy full SHA for 3daa5c5
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/RaggedConstant.java
@@ -148,7 +148,7 @@ protected Set<List<Dimension<?>>> getShapesOfValue(
148
Set<List<Dimension<?>>> ret = HashSetFactory.make();
149
150
Set<Integer> maxDepthOfScalars = getMaximumDepthOfScalars(builder, valuePointsToSet);
151
- LOGGER.fine("Maximum depth of scalars in pylist: " + maxDepthOfScalars);
+ LOGGER.fine("Maximum depth of scalars in `pylist`: " + maxDepthOfScalars);
152
153
// Step 2: Determine Ragged Rank (R).
154
for (int K : maxDepthOfScalars) {
0 commit comments