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
dgl
Commits
4162f08d
Unverified
Commit
4162f08d
authored
Dec 25, 2023
by
Muhammed Fatih BALIN
Committed by
GitHub
Dec 26, 2023
Browse files
[Sparse][Misc] Lower test_hgnn threshold to avoid spurious failures (#6827)
parent
35e2d9a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/examples/test_sparse_examples.py
tests/examples/test_sparse_examples.py
+1
-1
No files found.
tests/examples/test_sparse_examples.py
View file @
4162f08d
...
@@ -68,7 +68,7 @@ def test_hgnn():
...
@@ -68,7 +68,7 @@ def test_hgnn():
out
.
returncode
==
0
out
.
returncode
==
0
),
f
"stdout:
{
out
.
stdout
.
decode
(
'utf-8'
)
}
\n
stderr:
{
out
.
stderr
.
decode
(
'utf-8'
)
}
"
),
f
"stdout:
{
out
.
stdout
.
decode
(
'utf-8'
)
}
\n
stderr:
{
out
.
stderr
.
decode
(
'utf-8'
)
}
"
stdout
=
out
.
stdout
.
decode
(
"utf-8"
)
stdout
=
out
.
stdout
.
decode
(
"utf-8"
)
assert
float
(
stdout
[
-
5
:])
>
0.6
6
assert
float
(
stdout
[
-
5
:])
>
=
0.6
5
def
test_hypergraphatt
():
def
test_hypergraphatt
():
...
...
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