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 11, 2024
1 parent 9ada738 commit 4030c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/examples/7-explore-advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def mace_mp0_tsne(frames, environments):

def soap_tnse_with_environments(frames, environments):
if environments is None:
raise ValueError("'environments' supposed to be provided")
raise ValueError("'environments' must be provided")

grouped_envs = {}
unique_structures = set()
Expand Down

0 comments on commit 4030c51

Please sign in to comment.