Skip to content

Commit

Permalink
Add missing using Test in Wachter example.
Browse files Browse the repository at this point in the history
chenwilliam77 committed Oct 23, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2def341 commit c045088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wachter_disaster_risk/example_wachter.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This script actually solves the WachterDisasterRisk model with a risk-adjusted linearization
# and times the methods, if desired
using BenchmarkTools, RiskAdjustedLinearizations
using BenchmarkTools, RiskAdjustedLinearizations, Test
include("wachter.jl")

# Settings: what do you want to do?

0 comments on commit c045088

Please sign in to comment.