Skip to content

Commit ba548e9

Browse files
committed
Format
1 parent 0e742f7 commit ba548e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/tutorials/parameter_identifiability.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Let's try to check specific parameters and their combinations
7878

7979
```julia
8080
to_check = [de.k5, de.k7, de.k10 / de.k9, de.k5 + de.k6]
81-
local_id_some = assess_local_identifiability(de, funcs_to_check = to_check, prob_threshold = 0.99)
81+
local_id_some = assess_local_identifiability(
82+
de, funcs_to_check = to_check, prob_threshold = 0.99)
8283
```
8384

8485
Notice that in this case, everything (except the unknown variable $x_7$) is locally identifiable, including combinations such as $k_{10}/k_9, k_5+k_6$

0 commit comments

Comments
 (0)