Skip to content

Commit

Permalink
Add docstring clarification regarding null/None to units parameter of…
Browse files Browse the repository at this point in the history
… get-test-result
  • Loading branch information
ilia-nikiforov-umn committed Nov 26, 2024
1 parent a88acb4 commit 5860e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kim_query/kim_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def get_test_result(test, model, species, prop, keys, units):
(case-insensitive) may also be used if standard SI units are desired
for a given key. Keys which are intrinsically unitless, i.e. those
which have 'has-units = False' in their property definition, must have
the value 'null' (without quotes) specified.
the value 'null' (without quotes) (or 'None' in Python) specified.
Returns
-------
Expand Down

0 comments on commit 5860e14

Please sign in to comment.