Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Nadi Tomeh
SDA
Commits
e4f975cf
Commit
e4f975cf
authored
Sep 24, 2020
by
ortogono
Browse files
corriger les noms des fichiers python
parent
0687cd00
Pipeline
#4630
failed with stage
in 6 seconds
Changes
1
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Python/main.py
View file @
e4f975cf
...
...
@@ -50,7 +50,7 @@ sys.stderr.write("Variance :" + str(time_analysis.get_variance())+"\n")
sys
.
stderr
.
write
(
"Standard deviation :"
+
str
(
time_analysis
.
get_standard_deviation
())
+
"
\n
"
)
# Sauvegarde les donnees de l'experience.
time_analysis
.
save_values
(
"../plots/dynamic_array_time_python_2.plot"
)
memory_analysis
.
save_values
(
"../plots/dynamic_array_memory_python_2.plot"
)
copy_analysis
.
save_values
(
"../plots/dynamic_array_copy_python_2.plot"
)
time_analysis
.
save_values
(
"../plots/dynamic_array_time_python_
alpha_
2.plot"
)
memory_analysis
.
save_values
(
"../plots/dynamic_array_memory_python_
alpha_
2.plot"
)
copy_analysis
.
save_values
(
"../plots/dynamic_array_copy_python_
alpha_
2.plot"
)
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