Skip to content

Commit 3571662

Browse files
committed
Try adding a filter before removing tests completely
1 parent 1ee67b5 commit 3571662

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/tutorials/tutorial_5.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Case: We want to do an SCC calculation with `MimiDICE2010`, which consists of ru
287287

288288
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.
289289

290-
```jldoctest tutorial5; output = false
290+
```jldoctest tutorial5; output = false, filter = r".*"s
291291
using Mimi
292292
using MimiDICE2010
293293
using Distributions
@@ -302,7 +302,6 @@ end
302302
303303
# output
304304
305-
MCSData()
306305
```
307306

308307
#### Payload object

0 commit comments

Comments
 (0)