Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MhmdDimassi authored Jan 1, 2024
1 parent 5d3d19c commit 0452386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizers/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np


class testOptimizers(unittest.TestCase):
class TestOptimizers(unittest.TestCase):
def test_getoptimzer_return(self):
for optimizer in optimizer_mapping:
net=nn.Sequential(
Expand Down

0 comments on commit 0452386

Please sign in to comment.