I am new to Julia and I am currently working through the examples for the MethodOfLines.jl package. Whilst running the code for the Heat Equation in 1D with Neumann boundary conditions I seem to get the following error message:
‘’’
ERROR: MethodError: no method matching (SciMLBase.PDETimeSeriesSolution{Float64, 1, Dict{Num, Matrix{Float64}}, MethodOfLines.MOLMetadata{Val{true}(), MethodOfLines.DiscreteSpace{1, 1, MethodOfLines.CenterAlignedGrid}, MOLFiniteDifference{MethodOfLines.CenterAlignedGrid, MethodOfLines.ScalarizedDiscretization}
‘’’
The error message is much longer than this. I am currently running Julia 1.8 on vscode, if this is helpful. Thanks for your help!