Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TP B12 SDSWB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
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
CHEVRIER Vincent
TP B12 SDSWB
Commits
d9423c7f
Commit
d9423c7f
authored
3 years ago
by
LAHMADI Abdelkader
Browse files
Options
Downloads
Patches
Plain Diff
Update maitre.py
parent
f35dcb11
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TP1/maitre.py
+1
-1
1 addition, 1 deletion
TP1/maitre.py
with
1 addition
and
1 deletion
TP1/maitre.py
+
1
−
1
View file @
d9423c7f
...
...
@@ -3,7 +3,7 @@ from rpyc.utils.server import ThreadedServer
import
rpyc
import
time
from
acquisition
import
MESUTRES
tasks_to_do
=
[(
i
,
*
MESURES
)
for
i
,
mesure
in
enumerate
(
MESURES
)]
tasks_to_do
=
[(
i
,
mesure
)
for
i
,
mesure
in
enumerate
(
MESURES
)]
tasks_being_done
=
[]
lock
=
Lock
()
# Pour protéger les listes de tâches
start_time
=
None
...
...
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