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

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


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

commit a7ae2a76cdf923112aa2d5ca7257926dd9d0f767
Author: Sergey Kamov <[email protected]>
AuthorDate: Wed Mar 24 10:25:34 2021 +0300

    WIP.
---
 .../intent/idl/compiler/functions/NCIdlFunctionsMath.scala     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsMath.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsMath.scala
index 511c3a9..bcd33df 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsMath.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsMath.scala
@@ -80,11 +80,11 @@ class NCIdlFunctionsMath extends NCIdlFunctions {
             "log(8) != log(9)",
             "log10(8) != log10(9)",
             "log1p(8) != log1p(9)",
-            "pow(2, 2) -4 < 0.001",
-            "pow(2.0, 2.0) -4 < 0.001",
-            "pow(2, 2.0) -4 < 0.001",
-            "pow(2.0, 2) -4 < 0.001",
-            "pow(2.0, 2) -4 < 0.001",
+            "pow(2, 2) - 4 < 0.001",
+            "pow(2.0, 2.0) - 4 < 0.001",
+            "pow(2, 2.0) - 4 < 0.001",
+            "pow(2.0, 2) - 4 < 0.001",
+            "pow(2.0, 2) - 4 < 0.001",
             "rand() < 1",
             "pi() - 3.142 < 0.01",
             "euler() - 2.718 < 0.01",

Reply via email to