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
68bd566c
Commit
68bd566c
authored
2 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
Fix for making path to network file absolute.
parent
896e3511
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/verification.ml
+1
-1
1 addition, 1 deletion
src/verification.ml
with
1 addition
and
1 deletion
src/verification.ml
+
1
−
1
View file @
68bd566c
...
@@ -54,7 +54,7 @@ let call_prover ~limit config (prover : Why3.Whyconf.config_prover) driver task
...
@@ -54,7 +54,7 @@ let call_prover ~limit config (prover : Why3.Whyconf.config_prover) driver task
|
Some
_
->
assert
false
(* By construction of the meta. *)
|
Some
_
->
assert
false
(* By construction of the meta. *)
|
None
->
invalid_arg
(
Fmt
.
str
"No neural network model found in task"
)
|
None
->
invalid_arg
(
Fmt
.
str
"No neural network model found in task"
)
in
in
let
nn_file
=
Filename
.
concat
(
Caml
.
Sys
.
getcwd
()
)
nn_file
in
let
nn_file
=
Unix
.
realpath
nn_file
in
let
command
=
Re
.
replace_string
nnet_or_onnx
~
by
:
nn_file
command
in
let
command
=
Re
.
replace_string
nnet_or_onnx
~
by
:
nn_file
command
in
let
call_prover_on_task
task_prepared
=
let
call_prover_on_task
task_prepared
=
let
prover_call
=
let
prover_call
=
...
...
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