We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd59c68 commit faca778Copy full SHA for faca778
dfttk/debye.py
@@ -134,7 +134,7 @@ def plot_vt(
134
RuntimeError: If process() has not been called before plot_vt().
135
ValueError: The `type` argument is not one of the allowed values.
136
137
- Returns: Plotly figures as a function of temperature or volume.
+ Returns: Plotly figure as a function of temperature or volume.
138
"""
139
140
def _nearest_indices(values: np.ndarray, selected: np.ndarray) -> list[int]:
0 commit comments