Skip to content

Commit 591dc66

Browse files
committed
Fixing wrong comments
1 parent 00c232e commit 591dc66

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/test/org/tensorics/core/tensor/resample/impl/MultiDimensionalResamplingTest.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)