Skip to content

Commit

Permalink
Update python/examples/7-explore-advanced.py
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Fraux <[email protected]>
  • Loading branch information
sofiia-chorna and Luthaf authored Sep 3, 2024
1 parent 0eba0b6 commit a0887b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/examples/7-explore-advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ def mace_off_tsne(frames, environments):
# different mace calculator.


def mace_mp0_tsne(frames, _environments):
def mace_mp0_tsne(frames, environments):
if environments is not None:
raise ValueError("'environments' are not supported")
# Initialise a mace-mp0 calculator
descriptor_opt = {"model": "small", "device": "cpu", "default_dtype": "float64"}
calculator = mace_mp(**descriptor_opt)
Expand Down

0 comments on commit a0887b5

Please sign in to comment.