The @example sispde block at lines 118-127 in docs/src/tutorials/sispde.md fails with MethodError: no method matching view(::Nothing, ::UnitRange{Int64}). The episize! function calls steadystate[100:end] after solving a SteadyStateProblem, but the result apparently returns Nothing or an incompatible type. The :example_block warning type has been added to warnonly in PR #513, but the tutorial should be fixed to work with current APIs.
The
@example sispdeblock at lines 118-127 indocs/src/tutorials/sispde.mdfails withMethodError: no method matching view(::Nothing, ::UnitRange{Int64}). The episize! function callssteadystate[100:end]after solving a SteadyStateProblem, but the result apparently returns Nothing or an incompatible type. The :example_block warning type has been added to warnonly in PR #513, but the tutorial should be fixed to work with current APIs.