Skip to content

Commit 2319e2e

Browse files
Change NoInit warning from danger to warn block
- Use !!!warn instead of !!!danger for consistency with documentation style - Maintains the same strong warning message about NoInit risks
1 parent 01ef73b commit 2319e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/features/dae_initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DiffEqBase.ShampineCollocationInit
3333

3434
## ⚠️ WARNING: NoInit Usage
3535

36-
!!! danger "Use NoInit at your own risk"
36+
!!! warn "Use NoInit at your own risk"
3737
**`NoInit()` should almost never be used.** No algorithm has any guarantee of correctness if `NoInit()` is used with inconsistent initial conditions. Users should almost always use `CheckInit()` instead for safety.
3838

3939
**Important:**

0 commit comments

Comments
 (0)