-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conformance test descriptions #141
Changes from all commits
3c38222
4c1f669
01a97bf
c2f7abd
626bf7b
824356f
30db156
37a2144
800735a
e6ec1d3
9d4e228
a2a4e39
db9dac0
1c97642
4eccfca
96ede89
16e4295
b2735b8
0132849
03ed3a4
c488f47
de8fd3a
2f83050
b9355b9
78aa182
bed02c9
791dfa8
01e56cb
fdd3f1d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "count"' | ||
description: Assigns the value of the expression which is to count the given numbers using "count" function to the property "value" of the node "container". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "exponential_regression"' | ||
description: Assigns the value of the expression which is to find the exponential regression of all the given numbers using "exponential_regression" function to the property "value" of the node "container". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "variance"' | ||
name: 'Operator "linear_regression"' | ||
description: Assigns the value of the expression which is to find the linear regression of all the given numbers using "linear_regression" function to the property "value" of the node "container". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "logarithmic_regression"' | ||
description: Assigns the value of the expression which is to find the logarithmic regression of all the given numbers using "logarithmic_regression" function to the property "value" of the node "container". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "max"' | ||
description: Assigns the value of the expression which is to find the Maximum number among all the given numbers using "max" function to the property "value" of the node "container". | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "mean"' | ||
description: Assigns the value of the expression which is to find the Mean of all the given numbers using "mean" function to the property "value" of the node "container". | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Mean" to lowercase |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "median"' | ||
description: Assigns the value of the expression which is to find the Median of all the given numbers using "median" function to the property "value" of the node "container". | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Median" to lowercase |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "min"' | ||
description: Assigns the value of the expression which is to find the Minimum number among all the given numbers using "min" function to the property "value" of the node "container". | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Minimum" to lowercase |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "polynomial_regression"' | ||
description: Assigns the value of the expression which is to find the polynomial regression of all the given numbers using "polynomial_regression" function to the property "value" of the node "container". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "standard_deviation"' | ||
description: Assigns the value of the expression which is to find the Standard deviation of all the given numbers using "standard_deviation" function to the property "value" of the node "container". | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Standard" to lowercase |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "sum"' | ||
description: Assigns the value of the expression which is to find the Sum of all the given numbers using "sum" function to the property "value" of the node "container". | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Sum" to lowercase |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
name: 'Operator "variance"' | ||
description: Assigns the value of the expression which is to find the Variance of all the given numbers using "variance" function to the property "value" of the node "container". | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Variance" to lowercase |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
name: 'Operator "add"' | ||
description: Assigns the value of the expression to the property "value" of the node "container". | ||
description: Assigns the value of the expression which is to find the addition of all the given numbers using "add" function to the property "value" of the node "container". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
name: 'Operator "div"' | ||
description: Assigns the value of the expression to the property "value" of the node "container". | ||
description: Assigns the value of the expression which is to find the division of given numbers using "div" function to the property "value" of the node "container". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
name: 'Operator "mod" (Even)' | ||
description: Assigns the value of the expression to the property "value" of the node "container". | ||
description: Assigns the value of the expression which is to find the mod of given numbers using "mod" function to the property "value" of the node "container". | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add "The result is even." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
name: 'Operator "add" (Odd)' | ||
description: Assigns the value of the expression to the property "value" of the node "container". | ||
description: Assigns the value of the expression which is to find the mod of given numbers using "mod" function to the property "value" of the node "container". | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add "The result is odd." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
name: 'Operator "mul"' | ||
description: Assigns the value of the expression to the property "value" of the node "container". | ||
description: Assigns the value of the expression which is to find the multiplication of given numbers using "mul" function to the property "value" of the node "container". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
name: 'Operator "sub"' | ||
description: Assigns the value of the expression to the property "value" of the node "container". | ||
description: Assigns the value of the expression which is to find the subtraction of given numbers using "sub" function to the property "value" of the node "container". |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- under the "conditions" the "artifact_presence" function checks if artifact is present or not. | ||
- "artifact_one" is absent since false is assigned as condition. | ||
- Thus "artifact_one" is not present. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
description: | | ||
- type default condition of nodes is enabled | ||
- under the "conditions" the "artifact_presence" function checks if artifact is present or not. | ||
- "artifact_one" is present since true is assigned as condition. | ||
- Thus "artifact_one" is present. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
description: | | ||
- type default condition of nodes is enabled | ||
- under the "conditions" the "artifact_presence" function checks if artifact named "artifact_one" is present or not . | ||
- "artifact_one" is absent since false is assigned as condition. | ||
- Thus "artifact_one" is not present. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
description: | | ||
- type default condition of nodes is enabled | ||
- under the "conditions" the "artifact_presence" function checks if artifact named "artifact_one" is present or not . | ||
- "artifact_one" is present since true is assigned as condition. | ||
- Thus "artifact_one" is present. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
description: | | ||
- type default condition of nodes is enabled | ||
- In "node_one" there are two artifacts named "artifact_one_one" with type "artifact_a" and "artifact_b". | ||
- In "node_two" there is one artifacts named "artifact_two_one" with type "artifact". | ||
- In "node_three" there is one artifact named "artifact_three_one" with type "artifact". | ||
- In "node_four" there is one artifact named "artifact_three_one" with type "artifact". | ||
- In node_one, "artifact_a" is present since true is assigned as condition. | ||
- In node_one, "artifact_b" is absent since false is assigned as condition. | ||
- In node_two, "artifact" is present since true is assigned as condition. | ||
- In node_three, "artifact" is present since true is assigned as default condition. | ||
- In node_four, "artifact" is absent since false is assigned as condition. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
description: | | ||
- type default condition of nodes is enabled | ||
- In the artifact "artifact_one" the function "container_presence" checks if container is present or not. | ||
- container is absent since false is assigned as condition. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
description: | | ||
- type default condition of nodes is enabled | ||
- In the artifact "artifact_one" the function "container_presence" checks if container is present or not. | ||
- container is present since default condition true is assigned. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
description: | | ||
- In "node_one" there are two artifacts named "artifact_one_one" with type "artifact_a" and "artifact_b". | ||
- In "node_two" there is one artifacts named "artifact_two_one" with type "artifact". | ||
- In "node_three" there is one artifact named "artifact_three_one" with type "artifact". | ||
- In "node_four" there is one artifact named "artifact_three_one" with type "artifact". | ||
- In node_one, "artifact_a" is absent since false is assigned using function "default_alternative". | ||
- In node_one, "artifact_b" is absent since false is assigned as condition. | ||
- In node_two, "artifact" is present since true is assigned as condition. | ||
- In node_three, "artifact" is present since true is assigned as default condition. | ||
- In node_four, "artifact" is absent since false is assigned as condition. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
description: | | ||
- In "node_one" there are two artifacts named "artifact_one_one" with type "artifact_a" and "artifact_b". | ||
- In "node_two" there is one artifacts named "artifact_two_one" with type "artifact". | ||
- In "node_three" there is one artifact named "artifact_three_one" with type "artifact". | ||
- In "node_four" there is one artifact named "artifact_three_one" with type "artifact". | ||
- In node_one, "artifact_a" is present since true is assigned using function "default_alternative". | ||
- In node_one, "artifact_b" is absent since false is assigned as condition. | ||
- In node_two, "artifact" is present since true is assigned as condition. | ||
- In node_three, "artifact" is present since true is assigned as default condition. | ||
- In node_four, "artifact" is absent since false is assigned as condition. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- artifact_default_condition is enabled as true. | ||
- In "node_one" there is one artifact named "artifact_two_one" with type "artifact". | ||
- In "node_two" there is no artifact present. | ||
- In node_one, "artifact_two_one" is absent since false is assigned as condition. | ||
- "node_two" is present since node default condition is true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
name: Artifact Pruning | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- artifact pruning is enabled as true. | ||
- In "node_one" there is one artifact named "artifact_two_one" with type "artifact". | ||
- In "node_two" there is no artifact present. | ||
- In node_one, "artifact_two_one" is absent since false is assigned as condition of this node. | ||
- "node_two" is present since node default condition is true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "and" Evaluates to "True" (Empty)' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "and" evaluates the condition which is an empty list. | ||
- The node "container" is present since the condition evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "and" Evaluates to "false"' | ||
description: Assigns "false" to the property "value" of the node "container" since the expression evaluates to "false". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "and" evaluates the condition which is a list containing [true, false, true, true]. | ||
- The node "container" is absent since the condition evaluates to false. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
name: 'Operator "and" Evaluates to "false" (Nested)' | ||
description: Assigns "false" to the property "value" of the node "container" since the expression evaluates to "false". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- There is nested fuction "and" evaluating the condition such as- | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo "fuction"; should be "function". This also occurs in other files. Please check everywhere. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sentence ends with "as-"? This also occurs in other files. Please check everywhere. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "There is a nested". This also occurs in other files. Please check everywhere. |
||
- the inner "and" evaluates list [true, false] to "false". | ||
- the outer "and" evaluates the result of 1) and "true" to false. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "result of 1)" What is "1)"? This also occurs in other files. Please check everywhere. |
||
- The node "container" is absent since the condition finally evaluates to false. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
name: 'Operator "and" Evaluates to "true"' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
name: 'Operator "and" Evaluates to "true" (Nested)' | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- There is nested fuction "and" evaluating the condition such as- | ||
- the inner "and" evaluates list [true, true] to "true". | ||
- the outer "and" evaluates the result of 1) and "true" to true. | ||
- The node "container" is present since the condition finally evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "and" Evaluates to "true" (Nested)' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
name: 'Operator "and" Evaluates to "true"' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Evaluates" to lowercase. This also occurs in other files. Please check everywhere. |
||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "and" evaluates the condition which is a list containing [true, true, true, true]. | ||
- The node "container" is present since the condition evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "implies": false false -> true' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "implies" evaluates the condition which is a list containing [false, false]. | ||
- The node "container" is present since the condition evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "implies": false true -> true' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "implies" evaluates the condition which is a list containing [false, true]. | ||
- The node "container" is present since the condition evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "implies": true false -> false' | ||
description: Assigns "false" to the property "value" of the node "container" since the expression evaluates to "false". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "implies" evaluates the condition which is a list containing [true, false]. | ||
- The node "container" is absent since the condition evaluates to false. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "implies": true true -> true' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "implies" evaluates the condition which is a list containing [true, true]. | ||
- The node "container" is present since the condition evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "not" Evaluates to "false"' | ||
description: Assigns "false" to the property "value" of the node "container" since the expression evaluates to "false". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "not" evaluates the condition which is complement of "true". | ||
- The node "container" is absent since the condition evaluates to false. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "not" Evaluates to "true"' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "not" evaluates the condition which is complement of "false". | ||
- The node "container" is present since the condition evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "or" Evaluates to "False" (Empty)' | ||
description: Assigns "false" to the property "value" of the node "container" since the expression evaluates to "false". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "or" evaluates the condition which is an empty list. | ||
- The node "container" is absent since the condition evaluates to false. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "or" Evaluates to "False"' | ||
description: Assigns "false" to the property "value" of the node "container" since the expression evaluates to "false". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "or" evaluates the condition which is a list containing [false, false, false, false]. | ||
- The node "container" is absent since the condition evaluates to false. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "or" Evaluates to "true" (All "true")' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "or" evaluates the condition which is a list containing [true, true, true, true]. | ||
- The node "container" is present since the condition evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "or" Evaluates to "true"' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "or" evaluates the condition which is a list containing [false, true, false, false]. | ||
- The node "container" is present since the condition evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "xor": all false -> false' | ||
description: Assigns "false" to the property "value" of the node "container" since the expression evaluates to "false". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "xor" evaluates the condition which is a list containing [false, false, false, false]. | ||
- The node "container" is absent since the condition evaluates to false. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "xor": all true -> false' | ||
description: Assigns "false" to the property "value" of the node "container" since the expression evaluates to "false". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "xor" evaluates the condition which is a list containing [true, true, true, true]. | ||
- The node "container" is absent since the condition evaluates to false. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
name: 'Operator "xor": One ture -> true' | ||
description: Assigns "true" to the property "value" of the node "container" since the expression evaluates to "true". | ||
description: | | ||
- type default condition of nodes is enabled. | ||
- The fuction "xor" evaluates the condition which is a list containing [true,false, false, false]. | ||
- The node "container" is present since the condition evaluates to true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
name: 'Operator "equal" Evaluates to "false"' | ||
description: Assigns "false" to the property "value" of the node "container" since not all parameters are equal. | ||
description: | | ||
- The "equal" operator evaluates the expression. | ||
- Assigns "false" to the property "value" of the node "container" since not all parameters are equal. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
name: 'Operator "equal" Evaluates to "true"' | ||
description: Assigns "true" to the property "value" of the node "container" since all parameters are equal. | ||
description: | | ||
- The "equal" operator evaluates the expression. | ||
- Assigns "true" to the property "value" of the node "container" since all parameters are equal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Maximum" to lowercase