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 a015c6b WIP.
a015c6b is described below
commit a015c6bfc8f7d7d2201ac4c3caa70a0080729b14
Author: Sergey Kamov <[email protected]>
AuthorDate: Tue Mar 23 21:06:22 2021 +0300
WIP.
---
.../model/intent/idl/compiler/functions/NCIdlFunctionsMath.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 a6e15a5..1b21de7 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
@@ -28,6 +28,6 @@ class NCIdlFunctionsMath extends NCIdlFunctions {
test(
"sin(90.0) == 0",
"sin(90) == 0",
- "rand() < 1)"
+ "rand() < 1"
)
}