Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions python/metatomic_torch/metatomic/torch/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def __init__(
:param requestor: who requested this neighbors list, you can add additional
requestors later using :py:meth:`add_requestor`
"""
raise THIS_CODE_SHOULD_NOT_RUN
pass

@property
def cutoff(self) -> float:
Expand Down Expand Up @@ -287,7 +287,7 @@ def __init__(
explicit_gradients: List[str] = [], # noqa B006
description: str = "",
):
raise THIS_CODE_SHOULD_NOT_RUN
pass

@property
def quantity(self) -> str:
Expand Down Expand Up @@ -360,7 +360,7 @@ def __init__(
supported_devices: List[str] = [], # noqa B006
dtype: str = "",
):
raise THIS_CODE_SHOULD_NOT_RUN
pass

@property
def outputs(self) -> Dict[str, ModelOutput]:
Expand Down Expand Up @@ -445,7 +445,7 @@ def __init__(
outputs: Dict[str, ModelOutput] = {}, # noqa B006
selected_atoms: Optional[Labels] = None,
):
raise THIS_CODE_SHOULD_NOT_RUN
pass

@property
def length_unit(self) -> str:
Expand Down Expand Up @@ -488,7 +488,7 @@ def __init__(
references: Dict[str, List[str]] = {}, # noqa: B006
extra: Dict[str, str] = {}, # noqa: B006
):
raise THIS_CODE_SHOULD_NOT_RUN
pass

name: str
"""Name of this model"""
Expand Down
Loading