Skip to content

Commit

Permalink
Elasticity client docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 7, 2021
1 parent e05e2e0 commit 8eff9c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mp_api/routes/elasticity/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def search_elasticity_docs(
Poisson's ratio.
num_chunks (int): Maximum number of chunks of data to yield. None will yield all possible.
chunk_size (int): Number of data entries per chunk.
all_fields (bool): Whether to return all fields in the document. Defaults to True.
fields (List[str]): List of fields in EOSDoc to return data for.
Default is material_id only.
Expand Down

0 comments on commit 8eff9c3

Please sign in to comment.