Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Tolerances for markov_asset
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnav Sood committed Dec 14, 2018
1 parent 600b09d commit 0d22e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rst_files/markov_asset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Setup
.. code-block:: julia
using LinearAlgebra, Statistics, Compat
using LinearAlgebra, Statistics, Compat
using Parameters, Plots, QuantEcon
gr(fmt = :png);
Expand Down Expand Up @@ -423,8 +423,8 @@ Here's the code, including a test of the spectral radius condition
:class: test
@testset begin
@test v[2] == 3.4594684257743284
@test v[1] == 3.2560393349907755
@test v[2] 3.4594684257743284 atol = 1e-7
@test v[1] 3.2560393349907755
@test v[5] ≈ 4.526909446326235
@test K[8] ≈ 8.887213530262768e-10
end
Expand Down

0 comments on commit 0d22e26

Please sign in to comment.