Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/systems/system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ end

function Base.showerror(io::IO, err::IllFormedNoiseEquationsError)
print(io, """
Noise equations are ill-formed. The number of rows much must number of drift \
Noise equations are ill-formed. The number of rows must match the number of drift \
equations. `size(neqs, 1) == $(err.noise_eqs_rows) != length(eqs) == \
$(err.eqs_length)`.
""")
Expand Down
Loading