Skip to content

Commit dae03f2

Browse files
author
Alexander
committed
fixed error
1 parent cdeabf2 commit dae03f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loss_scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_scale_unscale(self):
4545
def test_adjust_finite_grads(self):
4646
"""Test loss scaling adjustment with finite gradients"""
4747
# Test multiple periods to ensure scaling increases
48-
scaling = self.loss_scalin
48+
scaling = self.loss_scaling
4949
for _ in range(2000): # One full period
5050
scaling = scaling.adjust(jnp.array(True))
5151

0 commit comments

Comments
 (0)