Skip to content

Commit

Permalink
doc __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Oct 7, 2023
1 parent b007925 commit 3650840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/polykin/kinetics/cld.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def __init__(self,
aL: float = 0.2,
name: str = ''
) -> None:
"""Construct `TerminationCompositeModel` with the given parameters."""

check_type(k11, (Arrhenius, Eyring), 'k11')
check_bounds(icrit, 1, 200, 'icrit')
Expand Down Expand Up @@ -211,6 +212,7 @@ def __init__(self,
ihalf: float = 1.0,
name: str = ''
) -> None:
"""Construct `PropagationHalfLength` with the given parameters."""

check_type(kp, (Arrhenius, Eyring), 'kp')
check_bounds(C, 1., 100., 'C')
Expand Down

0 comments on commit 3650840

Please sign in to comment.