You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ss...@apache.org on 2021/07/17 16:47:40 UTC

[systemds] branch master updated: [MINOR] Typo fix in test file

This is an automated email from the ASF dual-hosted git repository.

ssiddiqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 19dc9c2  [MINOR] Typo fix in test file
19dc9c2 is described below

commit 19dc9c2942e5a403a0de912b9dc7703f48413c84
Author: Shafaq Siddiqi <sh...@tugraz.at>
AuthorDate: Sat Jul 17 18:47:24 2021 +0200

    [MINOR] Typo fix in test file
---
 .../test/functions/pipelines/BuiltinTopkCleaningClassificationTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinTopkCleaningClassificationTest.java b/src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinTopkCleaningClassificationTest.java
index 33d2b96..631a316 100644
--- a/src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinTopkCleaningClassificationTest.java
+++ b/src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinTopkCleaningClassificationTest.java
@@ -23,6 +23,7 @@ import org.apache.sysds.test.AutomatedTestBase;
 import org.apache.sysds.test.TestConfiguration;
 import org.apache.sysds.test.TestUtils;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class BuiltinTopkCleaningClassificationTest extends AutomatedTestBase {