File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/test/java/org/apache/sysds/test/functions/compress/wordembedding Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2121
2222import static org .junit .Assert .assertEquals ;
2323import static org .junit .Assert .assertTrue ;
24- import static org .junit .Assert .fail ;
2524
2625import java .io .File ;
2726
3635import org .apache .sysds .test .AutomatedTestBase ;
3736import org .apache .sysds .test .TestConfiguration ;
3837import org .apache .sysds .test .TestUtils ;
39- import org .apache .sysds .test .functions .compress .table .CompressedTableOverwriteTest ;
4038import org .junit .Test ;
4139
4240public 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
You can’t perform that action at this time.
0 commit comments