Skip to content

Commit

Permalink
Fixed the sella env (#748)
Browse files Browse the repository at this point in the history
Numpy came up with version 2.0.0, which modified the API. Sella still
works with <2.0.0, so locked in the last version.
  • Loading branch information
alongd authored Jun 23, 2024
2 parents 3631196 + f399746 commit eb91650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions devtools/sella_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- pyyaml
- pandas
- ncurses
- numpy==1.26.4
- pip:
- sella
- typing-extensions

0 comments on commit eb91650

Please sign in to comment.