Skip to content

Commit

Permalink
chore: remove plotting code from test
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Jun 29, 2024
1 parent 509c5ee commit e84a206
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/models/test-as-convolution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ model = conv(lines)

domain = collect(range(0.0, 10.0, 150))

plot(domain[1:end-1], invokemodel(domain, lines))
plot(domain[1:end-1], invokemodel(domain, model))

output = invokemodel(domain, model)

@test sum(output) 3.2570820013702395 atol = 1e-4
Expand Down

0 comments on commit e84a206

Please sign in to comment.