Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RAGRights
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Anaïs Halftermeyer
RAGRights
Commits
8795c5b8
Commit
8795c5b8
authored
Jun 25, 2026
by
Delvallez Delvallez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extension des outil pour full_replace
parent
5a516e07
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
3 deletions
+5
-3
SensibiliteNoeuds_pert1.png
images/exp6/SensibiliteNoeuds_pert1.png
+0
-0
SensibiliteNoeuds_pert2.png
images/exp6/SensibiliteNoeuds_pert2.png
+0
-0
SensibiliteNoeuds_pert3.png
images/exp6/SensibiliteNoeuds_pert3.png
+0
-0
planche_globale_pert1.png
images/exp6/planche_globale_pert1.png
+0
-0
planche_globale_pert2.png
images/exp6/planche_globale_pert2.png
+0
-0
planche_globale_pert3.png
images/exp6/planche_globale_pert3.png
+0
-0
graphiques-to-planches.py
mechir/tools/graphiques-to-planches.py
+5
-3
No files found.
images/exp6/SensibiliteNoeuds_pert1.png
0 → 100644
View file @
8795c5b8
20.3 KB
images/exp6/SensibiliteNoeuds_pert2.png
0 → 100644
View file @
8795c5b8
20.3 KB
images/exp6/SensibiliteNoeuds_pert3.png
0 → 100644
View file @
8795c5b8
20.4 KB
images/exp6/planche_globale_pert1.png
0 → 100644
View file @
8795c5b8
319 KB
images/exp6/planche_globale_pert2.png
0 → 100644
View file @
8795c5b8
321 KB
images/exp6/planche_globale_pert3.png
0 → 100644
View file @
8795c5b8
334 KB
mechir/tools/graphiques-to-planches.py
View file @
8795c5b8
...
@@ -32,10 +32,12 @@ def image_ou_blanche(chemin, taille):
...
@@ -32,10 +32,12 @@ def image_ou_blanche(chemin, taille):
def
perturbation_type
(
pert
):
def
perturbation_type
(
pert
):
if
"->"
in
pert
:
if
"->"
in
pert
:
return
"replace"
return
"replace"
if
pert
[
0
]
==
"+"
:
el
if
pert
[
0
]
==
"+"
:
return
"append"
return
"append"
if
pert
[
-
1
]
==
"+"
:
el
if
pert
[
-
1
]
==
"+"
:
return
"prepend"
return
"prepend"
elif
pert
==
"full_replace"
:
return
"full_replace"
raise
RuntimeWarning
(
"Unreachable"
)
raise
RuntimeWarning
(
"Unreachable"
)
...
@@ -261,7 +263,7 @@ def main():
...
@@ -261,7 +263,7 @@ def main():
parser
.
add_argument
(
parser
.
add_argument
(
"-p"
,
"-p"
,
"--pert_type"
,
"--pert_type"
,
choices
=
[
"all"
,
"replace"
,
"append"
,
"prepend"
],
choices
=
[
"all"
,
"replace"
,
"append"
,
"prepend"
,
"full_replace"
],
default
=
"all"
,
default
=
"all"
,
help
=
(
help
=
(
"Restreindre la place à un certain type de perturbation."
"Restreindre la place à un certain type de perturbation."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment