Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lp_nn_robustness_verification
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
CI/CD 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
ludwig10_masters_thesis
lp_nn_robustness_verification
Commits
27a46ae5
Verified
Commit
27a46ae5
authored
2 years ago
by
Björn Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
refactor(solve_one_instance): remove unneeded type: ignore
parent
2dff2471
No related branches found
No related tags found
No related merge requests found
Pipeline
#16285
failed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lp_nn_robustness_verification/examples/solve_one_instance.py
+1
-1
1 addition, 1 deletion
...nn_robustness_verification/examples/solve_one_instance.py
with
1 addition
and
1 deletion
src/lp_nn_robustness_verification/examples/solve_one_instance.py
+
1
−
1
View file @
27a46ae5
...
@@ -66,7 +66,7 @@ def optimize() -> None:
...
@@ -66,7 +66,7 @@ def optimize() -> None:
f
"
\n
===================================================================
"
f
"
\n
===================================================================
"
f
"
===================
\n
"
f
"
===================
\n
"
)
)
yappi
.
get_func_stats
().
print_all
(
# type: ignore[import]
yappi
.
get_func_stats
().
print_all
(
out
=
timings_file
,
columns
=
{
0
:
(
"
name
"
,
180
),
3
:
(
"
ttot
"
,
8
)}
out
=
timings_file
,
columns
=
{
0
:
(
"
name
"
,
180
),
3
:
(
"
ttot
"
,
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