Skip to content

Commit

Permalink
FIX pylint error line too long
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592233524
  • Loading branch information
fabianp authored and OptaxDev committed Dec 19, 2023
1 parent e355cd5 commit 17ccdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optax/contrib/reduce_on_plateau_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class ReduceLROnPlateauTest(absltest.TestCase):

def test_learning_rate_reduced_after_cooldown_period_is_over(self):
"""Test that learning rate is reduced again after cooldown period is over."""
"""Test that learning rate is reduced after the cooldown period."""

# Define a dummy update and extra_args
updates = {'params': jnp.array(1.0)}
Expand Down

0 comments on commit 17ccdb0

Please sign in to comment.