note weird distribution test
This commit is contained in:
parent
e262f76d98
commit
6796db82b4
|
@ -132,7 +132,8 @@ describe("parse on distribution functions", () => {
|
||||||
testParse(
|
testParse(
|
||||||
~skip=true,
|
~skip=true,
|
||||||
"normal(5,2) .- normal(5,1)",
|
"normal(5,2) .- normal(5,1)",
|
||||||
"Ok((:$$block (:dotPow (:normal 5 2) (:normal 5 1))))",
|
"Ok((:$$block (:dotSubtract (:normal 5 2) (:normal 5 1))))",
|
||||||
|
// TODO: !!! returns "Ok((:$$block (:dotPow (:normal 5 2) (:normal 5 1))))"
|
||||||
)
|
)
|
||||||
testParse(
|
testParse(
|
||||||
"normal(5,2) .* normal(5,1)",
|
"normal(5,2) .* normal(5,1)",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user