diff --git a/docs/src/tutorials/tutorial_5.md b/docs/src/tutorials/tutorial_5.md index 258270a39..cdacb8ffc 100644 --- a/docs/src/tutorials/tutorial_5.md +++ b/docs/src/tutorials/tutorial_5.md @@ -287,7 +287,7 @@ Case: We want to do an SCC calculation with `MimiDICE2010`, which consists of ru The beginning steps for this case are identical to those above. We first define the typical variables for a simulation, including the number of trials `N` and the simulation definition `sd`. In this case we only define one random variable, `t2xco2`, but note there could be any number of random variables defined here. -```jldoctest tutorial5; output = false +```jldoctest tutorial5; output = false, filter = r".*"s using Mimi using MimiDICE2010 using Distributions @@ -302,7 +302,6 @@ end # output -MCSData() ``` #### Payload object