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
326ffba1
Unverified
Commit
326ffba1
authored
Jan 02, 2024
by
Rhett Ying
Committed by
GitHub
Jan 02, 2024
Browse files
[CI] loose accuracy in test
parent
e8be515c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/examples/test_sampling_examples.py
tests/examples/test_sampling_examples.py
+1
-1
No files found.
tests/examples/test_sampling_examples.py
View file @
326ffba1
...
@@ -21,7 +21,7 @@ def test_node_classification():
...
@@ -21,7 +21,7 @@ def test_node_classification():
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.
60
assert
float
(
stdout
[
-
5
:])
>
0.
59
def
test_link_prediction
():
def
test_link_prediction
():
...
...
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