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

sergeykamov pushed a commit to branch NLPCRAFT-287
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-287 by this push:
     new c4ee80e  WIP.
c4ee80e is described below

commit c4ee80e6291cc522f6e8f9a77b3e19caa837ef41
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Apr 2 17:09:13 2021 +0300

    WIP.
---
 .../src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala
index b1d3a9b..37df085 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala
@@ -29,7 +29,6 @@ import scala.collection.mutable
 class NCSparseModel extends NCAbstractTokensModel {
     override def getElements: util.Set[NCElement] = Set(NCTestElement("xyz", 
"x y z"))
 
-    // Default values.
     override def isPermutateSynonyms: Boolean = true
     override def isSparse: Boolean = true
 

Reply via email to