Skip to content

Commit

Permalink
Edit default scaling parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraporta committed Oct 31, 2024
1 parent 28830c6 commit c1501b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translocator_models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def rate_based_model(
w3: float = 1,
t1: float = 0.5,
t2: float = 0.5,
k: float = 0.85,
k: float = 0.80,
c: float = 1,
) -> float:
"""
Expand Down Expand Up @@ -66,7 +66,7 @@ def rate_based_model(
t2 : float, optional
Threshold for T-R mismatch adaptive response. Default is 0.5.
k : float, optional
Scaling factor for the response. Default is 0.85.
Scaling factor for the response. Default is 0.80.
c : float, optional
Constant offset for the response. Default is 1.
Expand Down

0 comments on commit c1501b6

Please sign in to comment.