Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
4df0ec9f
Commit
4df0ec9f
authored
2 weeks ago
by
Julien Girard-Satabin
Browse files
Options
Downloads
Patches
Plain Diff
[tests] Remove legacy test for saver
parent
6e49aeb2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/saver.t
+0
-16
0 additions, 16 deletions
tests/saver.t
with
0 additions
and
16 deletions
tests/saver.t
+
0
−
16
View file @
4df0ec9f
...
...
@@ -9,22 +9,6 @@ Test verify
$
bin
/
saver
--
version
v1
.0
$
caisar
verify
-
L
.
--
format
whyml
--
prover
=
SAVer
--
dataset
=
dataset
.
csv
-
<<
EOF
>
theory
T
>
use
TestSVM
.
AsArray
>
use
ieee_float
.
Float64
>
use
caisar
.
caisar
.
DatasetClassification
>
use
caisar
.
caisar
.
DatasetClassificationProps
>
>
goal
G:
robust
model
dataset
(
8.0
:
t
)
>
goal
H:
correct
model
dataset
>
goal
I:
cond_robust
model
dataset
(
8.0
:
t
)
>
end
>
EOF
Goal
G:
Valid
(
2
/
2
)
Goal
H:
Invalid
(
1
/
2
)
Goal
I:
Unknown
(
0
/
2
)
$
cat
-
>
dataset
.
csv
<<
EOF
>
1
,
0.5
,
0.5
,
0.0
>
0
,
0.3
,
0.1
,
0.8
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment