Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JintaoWu98 committed Oct 12, 2024
1 parent 9babee7 commit 202bdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arc/scheduler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def setUpClass(cls):
project_directory=cls.project_directory, job_num=104)
cls.rmg_database = rmgdb.make_rmg_database_object()
cls.job_types1 = {'conf_opt': True,
'cong_sp': False,
'conf_sp': False,
'opt': True,
'fine': False,
'freq': True,
Expand All @@ -81,7 +81,7 @@ def setUpClass(cls):
'lennard_jones': False,
}
cls.job_types2 = {'conf_opt': True,
'cong_sp': False,
'conf_sp': False,
'opt': True,
'fine': False,
'freq': True,
Expand Down

0 comments on commit 202bdd2

Please sign in to comment.