Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/src/tutorials/tutorial_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ param1 = Normal(0, 0.8)
The `@defsim` macro also selects the sampling method. Simple random sampling (also called Monte Carlo sampling) is the default.
Other options include Latin Hypercube sampling and Sobol sampling.

```jldoctest tutorial4; output = false
```jldoctest tutorial4; output = false, filter = r".*"s
using Mimi
using Distributions

Expand Down Expand Up @@ -226,7 +226,6 @@ end

# output

LHSData(Tuple{Symbol,Symbol,Float64}[(:name1, :name2, 0.7), (:name1, :name3, 0.5)])
```

### Step 3. Run Simulation
Expand Down