Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pySake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
moex
pySake
Commits
babb24d9
Commit
babb24d9
authored
2 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
Suppressed superflous nbiter
parent
18252c35
Branches
bug15086
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plots/plotreing.py
+2
-2
2 additions, 2 deletions
plots/plotreing.py
with
2 additions
and
2 deletions
plots/plotreing.py
+
2
−
2
View file @
babb24d9
...
@@ -215,7 +215,7 @@ def print_one_series( alldf, plotinfo, patterns, operators ):
...
@@ -215,7 +215,7 @@ def print_one_series( alldf, plotinfo, patterns, operators ):
plot_average_curve
(
alldf
,
indexes
,
plotlabel
,
xlabel
,
xmax
,
ymax
,
col
,
operators
)
plot_average_curve
(
alldf
,
indexes
,
plotlabel
,
xlabel
,
xmax
,
ymax
,
col
,
operators
)
### Print all plots of an experience extracted from the latexfile
### Print all plots of an experience extracted from the latexfile
def
print_all_series
(
allplots
,
alldf
,
operators
,
nbiter
):
def
print_all_series
(
allplots
,
alldf
,
operators
):
for
group
in
allplots
:
for
group
in
allplots
:
for
plot
in
group
:
for
plot
in
group
:
# a plot: [['Size', 'Games', '10000', '120'], ['20180601-NOOR', 'clever-nr-gen'], ['20180529-NOOR', 'clever-nr']]
# a plot: [['Size', 'Games', '10000', '120'], ['20180601-NOOR', 'clever-nr-gen'], ['20180529-NOOR', 'clever-nr']]
...
@@ -231,4 +231,4 @@ def print_all_series( allplots, alldf, operators, nbiter ):
...
@@ -231,4 +231,4 @@ def print_all_series( allplots, alldf, operators, nbiter ):
xlabel
=
plotinfo
[
1
]
xlabel
=
plotinfo
[
1
]
xmax
=
int
(
plotinfo
[
2
])
xmax
=
int
(
plotinfo
[
2
])
ymax
=
int
(
plotinfo
[
3
])
ymax
=
int
(
plotinfo
[
3
])
plot_average_curve
(
alldf
,
indexes
,
plotlabel
,
xlabel
,
xmax
,
ymax
,
col
,
operators
,
nbiter
)
plot_average_curve
(
alldf
,
indexes
,
plotlabel
,
xlabel
,
xmax
,
ymax
,
col
,
operators
)
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