Skip to content

Commit

Permalink
update ASE release comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Aug 26, 2024
1 parent 55ddaab commit 054ef59
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@

from fairchem.core.common.relaxation.ase_utils import batch_to_atoms

# unreleased ASE has Optimizable, last released version 3.22.1 does not
# thankfully we can get away with backwards compatibility by creating a dummy
# submit an issue to the ASE repo to make new releases if you find this code ugly :(
# this can be removed after pinning ASE dependency >= 3.23
try:
from ase.optimize.optimize import Optimizable
except ImportError:
Expand Down

0 comments on commit 054ef59

Please sign in to comment.