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 Sep 20, 2024
1 parent 5360d3f commit bec061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translocator_models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def adaptive_response(stimulus, threshold):


def rate_based_model(
VF, T, R, w1=1, w2=0.6, w3=1, t1=0.5, t2=0.5, k=0.85, c=1
VF, T, R, w1=1, w2=0.6, w3=1, t1=0.5, t2=0.5, k=0.80, c=1
):
"""Predict fold change of the population response from the baseline"""

Expand Down

0 comments on commit bec061b

Please sign in to comment.