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
230cfe4f
Verified
Commit
230cfe4f
authored
2 years ago
by
Björn Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
refactor(solve_instances_in_parallel): remove unused proc_id parameter
parent
594df8c2
Branches
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
src/lp_nn_robustness_verification/examples/solve_instances_in_parallel.py
+0
-2
0 additions, 2 deletions
...ness_verification/examples/solve_instances_in_parallel.py
with
0 additions
and
2 deletions
src/lp_nn_robustness_verification/examples/solve_instances_in_parallel.py
+
0
−
2
View file @
230cfe4f
...
...
@@ -26,8 +26,6 @@ def solve_and_store_timed_solutions(task_id: int) -> None:
----------
task_id : int
parameter to parallelize workload, expected to lie between 0 and 7 each included
proc_id : int
parameter to parallelize workload, expected to lie between 0 and 1 each included
"""
size_scalers
:
list
[
int
]
=
[
1000
,
2000
]
size_scaler
=
size_scalers
[
task_id
//
4
]
...
...
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