File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/test/org/tensorics/core/tensor/resample/impl Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,9 @@ public void stringThenIntResamplesA10AsD4() throws Exception {
7474
7575 // @formatter:on// @formatter:off
7676 /*
77- * This resamples the tensor only by repeating in string dimension
78- * (Forward if possible, otherwise backward). This results in:
77+ * This resamples the tensor by repeating first in the Integer and then in the
78+ * String dimension (Forward if possible, otherwise backward). This results in:
79+ *
7980 * \ Integer dim:|
8081 * \____________|__1___2___3___4___5
8182 * String A | B2 B2 B2 B2 B2
@@ -104,8 +105,9 @@ public void intThenStringResamplesA10AsB2() {
104105
105106 // @formatter:off
106107 /*
107- * This resamples the tensor by repeating first in the Integer and then in the
108- * String dimension (Forward if possible, otherwise backward). This results in:
108+ * This resamples the tensor only by repeating in string dimension
109+ * (Forward if possible, otherwise backward). This results in:
110+ *
109111 * \ Integer dim:|
110112 * \____________|__1___2___3___4___5_...
111113 * String A | B2 D4
You can’t perform that action at this time.
0 commit comments