Skip to content

Commit

Permalink
Merge branch 'master' into dataframes-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lrennels authored Dec 10, 2020
2 parents 5cc98c7 + 2d9bced commit 6bf87ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/tutorials/tutorial_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -302,7 +302,6 @@ end
# output
MCSData()
```

#### Payload object
Expand Down

0 comments on commit 6bf87ab

Please sign in to comment.