Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Nov 19, 2024
1 parent 984d87c commit ff7b366
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/env.cpu.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
channels:
- pytorch
- conda-forge
- dglteam/label/th24_cpu
- defaults
dependencies:
- cpuonly
- dgl
- pytorch>=2.4
- ase
- e3nn>=0.5
Expand Down
2 changes: 2 additions & 0 deletions packages/env.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ channels:
- pytorch
- nvidia
- conda-forge
- dglteam/label/th24_cu121
- defaults
dependencies:
- dgl
- pytorch-cuda=12.1
- pytorch>=2.4
- ase
Expand Down
2 changes: 1 addition & 1 deletion src/fairchem/core/common/relaxation/ase_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(
max_neighbors: int = 50,
cpu: bool = True,
seed: int | None = None,
only_output: List[str] | None = None,
only_output: list[str] | None = None,
) -> None:
"""
OCP-ASE Calculator
Expand Down

0 comments on commit ff7b366

Please sign in to comment.