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

Test "Multiplicative Functionals" #113

Merged
merged 26 commits into from
Sep 25, 2018
Merged

Test "Multiplicative Functionals" #113

merged 26 commits into from
Sep 25, 2018

Conversation

arnavs
Copy link
Member

@arnavs arnavs commented Sep 24, 2018

Ref: #41

@arnavs arnavs self-assigned this Sep 24, 2018
@arnavs arnavs mentioned this pull request Sep 24, 2018
53 tasks
Nosferican and others added 11 commits September 24, 2018 18:54
Test "Markov Perfect Equilibrium"
Test "Asset Pricing I: Finite State Models"
Test "Asset Pricing II: The Lucas Asset Pricing Model"
Test "Asset Pricing III: Incomplete Markets"
Test "Default Risk and Income Fluctuations"
Test "Globalization and Cycles"
Test "Estimation of Spectra"
Test "Additive Functionals"
@Nosferican
Copy link
Collaborator

This one has failing tests.

@testset begin
  @test LLT[2] ≈ 0.12600870885152676
  @test LLmean_t2 ≈ 0.09210776227743879
end
test set: Test Failed at In[34]:2
  Expression: LLT[2] ≈ 0.12600870885152676
   Evaluated: 0.1193003599428883 ≈ 0.12600870885152676
Stacktrace:
 [1] macro expansion at ./In[34]:2 [inlined]
 [2] macro expansion at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/Test/src/Test.jl:1083 [inlined]
 [3] top-level scope at ./In[34]:2
Test Summary: | Pass  Fail  Total
test set      |    1     1      2
Some tests did not pass: 1 passed, 1 failed, 0 errored, 0 broken.

@arnavs
Copy link
Member Author

arnavs commented Sep 25, 2018

Good catch, that should say LLT2.

Test "Classical Control with Linear Algebra"
@Nosferican
Copy link
Collaborator

LLT2::Vector{Float64} not sure which element is suppose to be tested to the 0.12600870885152676. I will review it after you push a commit to fix that test. All the other tests seem good.

@arnavs
Copy link
Member Author

arnavs commented Sep 25, 2018

Right, fairly sure it's LLT[2] => LLT2[2]. But I'll give this a spin on my branch and confirm.

@arnavs
Copy link
Member Author

arnavs commented Sep 25, 2018

@Nosferican fixed.

@Nosferican Nosferican merged commit 84249aa into master Sep 25, 2018
@arnavs arnavs deleted the test-multfunc branch September 25, 2018 16:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants