Skip to content

Commit

Permalink
Minor: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Jun 23, 2024
1 parent 53d3a25 commit f399746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/job/adapters/xtb_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_opt(self):
('C', 'C', 'O', 'H', 'H', 'H', 'H', 'H'))

def test_opt_ts(self):
"""Test optimizing a TS using Stella."""
"""Test optimizing a TS using Sella."""
self.assertIsNone(self.job_10.species[0].final_xyz)
self.job_10.execute_incore()
self.assertTrue(almost_equal_coords(self.job_10.species[0].final_xyz, self.ts_xyz))
Expand Down

0 comments on commit f399746

Please sign in to comment.