Skip to content

Add SorptivityProblem #317

Add SorptivityProblem

Add SorptivityProblem #317

Triggered via pull request December 16, 2023 22:26
@gerlerogerlero
synchronize #138
integration
Status Failure
Total duration 15m 8s
Artifacts

CI.yml

on: pull_request
Matrix: test

Annotations

2 errors
Documentation: src/problems.jl#L241
doctest failure in ~/work/Fronts.jl/Fronts.jl/src/problems.jl:241-249 ```jldoctest; setup = :(using Fronts) julia> D(θ) = θ^4 D (generic function with 1 method) julia> prob = Fronts.CauchyProblem(D, b=2, S=1) ⎧ ∂θ/∂t = ∂(D(θ)*∂θ/∂r)/∂r, r>0,t>0 ⎨ θ(0,t) = 2, t>0 ⎩ S = 1 ``` Subexpression: prob = Fronts.CauchyProblem(D, b=2, S=1) Evaluated output: ERROR: UndefKeywordError: keyword argument `d_dob` not assigned Stacktrace: [1] top-level scope @ none:1 Expected output: ⎧ ∂θ/∂t = ∂(D(θ)*∂θ/∂r)/∂r, r>0,t>0 ⎨ θ(0,t) = 2, t>0 ⎩ S = 1 diff = Warning: Diff output requires color. ⎧ ∂θ/∂t = ∂(D(θ)*∂θ/∂r)/∂r, r>0,t>0 ⎨ θ(0,t) = 2, t>0 ⎩ S = 1ERROR: UndefKeywordError: keyword argument `d_dob` not assigned Stacktrace: [1] top-level scope @ none:1
Documentation
Process completed with exit code 1.