Skip to content
Snippets Groups Projects
Commit 93de902f authored by Michele Alberti's avatar Michele Alberti
Browse files

Fix tests after merge of ONNX parser.

parent 39291caf
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ Test verify
>
> goal H: forall x1 x2 x3 x4 x5.
> (0.0:t) .< x1 .< (0.5:t) /\ (0.5:t) .< x2 .< (1.0:t) ->
> let (y1,y2,_,_,_) = nnet_apply x1 x2 x3 x4 x5 in
> let (y1,y2,_,_,_) = net_apply x1 x2 x3 x4 x5 in
> ((0.0:t) .< y1 \/ (0.5:t) .< y1) /\ (0.0:t) .< y2 .< (0.5:t)
> end
> EOF
......
......@@ -40,12 +40,3 @@ Test verify
<autodetect>3 prover(s) added
Goal G: Unknown
()
Output:
NN: ./TestNetworkONNX.onnx
Goal:
0.0 < x0
x0 < 0.5
0.0 < y0
y0 < 0.5
Result = Unknown
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment