Skip to content

Commit

Permalink
removed setting logging from diff eq tutorial since it wont show up w…
Browse files Browse the repository at this point in the history
…hen using Weave.jl anyways
  • Loading branch information
torfjelde committed Mar 7, 2021
1 parent a9d0bde commit 68dc383
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ using MCMCChains, Plots, StatsPlots
# Set a seed for reproducibility.
using Random
Random.seed!(14);

# Disable Turing's progress meter for this tutorial.
Turing.setprogress!(false)
```

Set a logger to catch AdvancedHMC warnings.


```julia
using Logging
Logging.disable_logging(Logging.Warn)
```

## The Lotka-Volterra Model
Expand Down

0 comments on commit 68dc383

Please sign in to comment.