Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix type hinting in read_cell_params
  • Loading branch information
janbridley committed Mar 12, 2025
commit 2c7c9025ee4b07db96e0d2c8fabefe484a679a0c
8 changes: 4 additions & 4 deletions parsnip/parsnip.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,11 @@ def read_cell_params(self, degrees: bool = True, normalize: bool = False):
Parameters
----------
degrees : bool, optional
When True, angles are returned in degrees (as per the CIF spec). When
False, angles are converted to radians. Default value = ``True``
normalize: (bool, optional)
When ``True``, angles are returned in degrees (as in the CIF spec). When
``False``, angles are converted to radians. Default value = ``True``
normalize: bool, optional
Whether to scale the unit cell such that the smallest lattice parameter
is `1.0`.
is ``1.0``.
Default value = ``False``

Returns
Expand Down