1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Remove reminder comment (#1489)

Remove reminder comment.
This commit is contained in:
Pedro Cuenca
2022-11-30 14:59:54 +01:00
committed by GitHub
parent c05356497a
commit eeeb28a9ad

View File

@@ -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)