Skip to content

Commit cd01582

Browse files
committed
fix compile issue
1 parent 8054c9b commit cd01582

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/org/apache/sysds/test/functions/compress/wordembedding/wordEmbeddingUseCase.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
import static org.junit.Assert.assertEquals;
2323
import static org.junit.Assert.assertTrue;
24-
import static org.junit.Assert.fail;
2524

2625
import java.io.File;
2726

@@ -36,12 +35,11 @@
3635
import org.apache.sysds.test.AutomatedTestBase;
3736
import org.apache.sysds.test.TestConfiguration;
3837
import org.apache.sysds.test.TestUtils;
39-
import org.apache.sysds.test.functions.compress.table.CompressedTableOverwriteTest;
4038
import org.junit.Test;
4139

4240
public class wordEmbeddingUseCase extends AutomatedTestBase {
4341

44-
protected static final Log LOG = LogFactory.getLog(CompressedTableOverwriteTest.class.getName());
42+
protected static final Log LOG = LogFactory.getLog(wordEmbeddingUseCase.class.getName());
4543

4644
private final static String TEST_DIR = "functions/compress/wordembedding/";
4745

0 commit comments

Comments
 (0)