You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/09/02 14:37:52 UTC

[incubator-nlpcraft] branch NLPCRAFT-419 created (now 7c72251)

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

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


      at 7c72251  'idea' folder added to SRC and BIN releases.

This branch includes the following new commits:

     new 7c72251  'idea' folder added to SRC and BIN releases.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-nlpcraft] 01/01: 'idea' folder added to SRC and BIN releases.

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7c72251f574e276df96566b8dd20e4eb00a791af
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Thu Sep 2 17:37:44 2021 +0300

    'idea' folder added to SRC and BIN releases.
---
 bin/prepare.sh                                                           | 1 +
 .../src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/prepare.sh b/bin/prepare.sh
index dc23544..dbf2f8e 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -79,6 +79,7 @@ mkdir ${zipDir}/${tmpDir}/build
 
 rsync -avzq bin ${zipDir}/${tmpDir} --exclude '**/.DS_Store' --exclude bin/prepare.sh --exclude bin/MAVEN-RELEASE.md
 rsync -avzq openapi ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
+rsync -avzq idea ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
 
 function cpSrc() {
   rsync -avzq "$1"/src ${zipDir}/${tmpDir}/"$1" --exclude '**/.DS_Store' --exclude '**/*.iml'
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 997150f..6f1b71b 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
@@ -23,7 +23,6 @@ import org.apache.nlpcraft.{NCTestContext, NCTestElement, NCTestEnvironment}
 import org.junit.jupiter.api.Test
 
 import java.util
-import scala.collection.mutable
 import scala.jdk.CollectionConverters.CollectionHasAsScala
 
 class NCSparseModel extends NCAbstractTokensModel {