Skip to content

Commit

Permalink
Update docs/source/developer_guide/tutorial.rst
Browse files Browse the repository at this point in the history
Co-authored-by: ElliottKasoar <[email protected]>
  • Loading branch information
alinelena and ElliottKasoar authored Jul 31, 2024
1 parent a206aa6 commit 1d57150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer_guide/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Test correctness

For ``tests.test_single_point``, ``architecture``, ``device``, and the potential energy of NaCl predicted by the MLIP should be defined, ensuring that calculations can be performed::

test_extra_mlips_data = [("alignn", "cpu", -11.148092269897461)]
test_extra_mlips_data = [("alignn", "cpu", -11.148092269897461, {})]


Running these tests requires an additional flag to be passed to ``pytest``::
Expand Down

0 comments on commit 1d57150

Please sign in to comment.