This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-41-1
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-41-1 by this push:
new 867a3e0 WIP.
867a3e0 is described below
commit 867a3e0f10de96ed0d1be85270cbc7dbb58e49cd
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Sep 10 21:51:33 2020 +0300
WIP.
---
.../nlpcraft/model/tools/test/impl/NCTestAutoModelValidatorImpl.scala | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/impl/NCTestAutoModelValidatorImpl.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/impl/NCTestAutoModelValidatorImpl.scala
index 6dfcb8d..ae87657 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/impl/NCTestAutoModelValidatorImpl.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/impl/NCTestAutoModelValidatorImpl.scala
@@ -38,8 +38,7 @@ private [test] object NCTestAutoModelValidatorImpl extends
LazyLogging {
case None ⇒
logger.warn(s"System property '$PROP_MODELS' is not defined.")
- // TODO:
- false
+ true
}
@throws[Exception]