Loading tests/test_play_based_risk.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ test_input = test_files_path / "test_input" / "example_data" # sigmoid functions temp_midpoint, temp_k = 80, 0.1 perm_midpoint, perm_k = 250, 0.01 thick_midpoint, thick_k = 50, 0.01 thick_midpoint, thick_k = 50, 0.1 ntg_midpoint, ntg_k = 0.5, 10 def smooth_logit(x, midpoint=7.5, k=1.5): Loading Loading
tests/test_play_based_risk.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ test_input = test_files_path / "test_input" / "example_data" # sigmoid functions temp_midpoint, temp_k = 80, 0.1 perm_midpoint, perm_k = 250, 0.01 thick_midpoint, thick_k = 50, 0.01 thick_midpoint, thick_k = 50, 0.1 ntg_midpoint, ntg_k = 0.5, 10 def smooth_logit(x, midpoint=7.5, k=1.5): Loading