TNO Intern

Commit d19877e1 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

adding a chance of success test with maps

parent 8980311c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):