Skip to content

Commit 4178687

Browse files
committed
change output format
1 parent d632eb9 commit 4178687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/parameter_identifiability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ to_check = [b, c]
158158
ode = ODESystem(eqs, t, name=:GoodwinOsc)
159159

160160
global_id = assess_identifiability(ode, to_check, 0.9)
161-
# Dict{Nemo.fmpq_mpoly, Symbol} with 2 entries:
161+
# Dict{Num, Symbol} with 2 entries:
162162
# b => :globally
163163
# c => :globally
164164
```

0 commit comments

Comments
 (0)