Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
611b2994
Commit
611b2994
authored
Jan 07, 2020
by
rusty1s
Browse files
typos
parent
4dabf31d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
benchmark/main.py
benchmark/main.py
+1
-2
No files found.
benchmark/main.py
View file @
611b2994
...
...
@@ -177,7 +177,7 @@ def timing(dataset):
name
=
f
'
{
group
}
/
{
name
}
'
print
(
f
'
{
bold
(
name
)
}
(avg row length:
{
avg_row_len
:.
2
f
}
):'
)
print
(
'
\t
'
.
join
([
' '
]
+
[
f
'
{
size
:
>
7
}
'
for
size
in
sizes
]))
print
(
'
\t
'
.
join
([
' '
]
+
[
f
'
{
size
:
>
5
}
'
for
size
in
sizes
]))
print
(
'
\t
'
.
join
([
bold
(
'SCA_ROW'
)]
+
[
bold
(
f
'
{
t
:.
5
f
}
'
,
f
)
for
t
,
f
in
zip
(
t1
,
winner
[
0
])]))
print
(
'
\t
'
.
join
([
bold
(
'SCA_COL'
)]
+
...
...
@@ -196,4 +196,3 @@ def timing(dataset):
for
dataset
in
itertools
.
chain
(
short_rows
,
long_rows
):
correctness
(
dataset
)
timing
(
dataset
)
break
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