Skip to content

Commit

Permalink
Fix missing _has_nnpops variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Aug 13, 2024
1 parent 2184b01 commit 8e5ffc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emle/models/_mace.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from typing import Optional, Tuple, List

from ._emle import EMLE as _EMLE
from ._emle import _has_nnpops

try:
import mace.tools as _mace_tools
Expand Down

0 comments on commit 8e5ffc7

Please sign in to comment.