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
renzhc
diffusers_dcu
Commits
eeeb28a9
Unverified
Commit
eeeb28a9
authored
Nov 30, 2022
by
Pedro Cuenca
Committed by
GitHub
Nov 30, 2022
Browse files
Remove reminder comment (#1489)
Remove reminder comment.
parent
c0535649
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/test_scheduler.py
tests/test_scheduler.py
+0
-1
No files found.
tests/test_scheduler.py
View file @
eeeb28a9
...
...
@@ -548,7 +548,6 @@ class SchedulerCommonTest(unittest.TestCase):
def
test_add_noise_device
(
self
):
for
scheduler_class
in
self
.
scheduler_classes
:
if
scheduler_class
==
IPNDMScheduler
:
# Skip until #990 is addressed
continue
scheduler_config
=
self
.
get_scheduler_config
()
scheduler
=
scheduler_class
(
**
scheduler_config
)
...
...
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