We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463b98f commit f7d40c1Copy full SHA for f7d40c1
tests/test_load_optimizers.py
@@ -15,5 +15,5 @@ def test_load_optimizers_invalid(invalid_optimizer_names):
15
load_optimizer(invalid_optimizer_names)
16
17
18
-def u():
+def test_get_supported_optimizers():
19
assert len(get_supported_optimizers()) == 28
0 commit comments