Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
to follow naming convention
  • Loading branch information
MohammadHasanZahweh authored Dec 26, 2023
1 parent af14170 commit 7ef439d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedulers/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import numpy as np


class test_optimizers(unittest.TestCase):
class testScheduler(unittest.TestCase):
def test_keys_lower_case(self):
for schechduler in scheduler_mapping:
self.assertEqual(schechduler,schechduler.lower())
Expand Down

0 comments on commit 7ef439d

Please sign in to comment.