Skip to content

Commit

Permalink
add mock modules
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhu2017 committed Oct 24, 2024
1 parent fd5d75a commit 19dbd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

sys.path.insert(0, os.path.abspath("../"))
# List of modules to mock
MOCK_MODULES = ['torchani', 'lammps', 'pyshtools', 'mace']
MOCK_MODULES = ['torchani', 'lammps', 'pyshtools', 'mace', 'mace.calculators']

class Mock(MagicMock):
@classmethod
Expand Down

0 comments on commit 19dbd8f

Please sign in to comment.