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

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


The following commit(s) were added to refs/heads/NLPCRAFT-206 by this push:
     new fa3c05b  Update NCTestAutoModelValidatorImpl.scala
fa3c05b is described below

commit fa3c05bfc5b34cf2ad2adab94d9b7686aa5022e5
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Mar 18 15:18:34 2021 -0700

    Update NCTestAutoModelValidatorImpl.scala
---
 .../nlpcraft/model/tools/test/impl/NCTestAutoModelValidatorImpl.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 36a9cca..d53d387 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
@@ -101,7 +101,7 @@ private [test] object NCTestAutoModelValidatorImpl extends 
LazyLogging {
 
         val tbl = NCAsciiTable()
 
-        tbl #= ("Model ID", "Intent ID", "+/-", "Text", "Error", "Execution 
time")
+        tbl #= ("Model ID", "Intent ID", "+/-", "Text", "Error", "Execution 
time, ms.")
 
         for (res ← results)
             tbl += (

Reply via email to