OpenSourceEconomics / temfpy

Test models and functions for standard numerical components in computational economic models
https://temfpy.readthedocs.io
MIT License
2 stars 1 forks source link

Add section on nonlinear equations #31

Closed manuhuth closed 3 years ago

manuhuth commented 3 years ago

Implement section on nonlinear equations.

codecov[bot] commented 3 years ago

Codecov Report

Merging #31 into master will decrease coverage by 0.14%. The diff coverage is 97.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   97.59%   97.44%   -0.15%     
==========================================
  Files           5        7       +2     
  Lines          83      352     +269     
==========================================
+ Hits           81      343     +262     
- Misses          2        9       +7     
Impacted Files Coverage Δ
temfpy/tests/test_optimization.py 96.55% <96.55%> (+1.09%) :arrow_up:
temfpy/nonlinear_equations.py 97.11% <97.11%> (ø)
temfpy/tests/test_nonlinear_equations.py 98.00% <98.00%> (ø)
temfpy/optimization.py 100.00% <100.00%> (ø)
manuhuth commented 3 years ago

The Read the docs batch still does not appear. I have checked the trobleshootong section from the documentation but both points are met. Do we have enabled the relevant section in read the docs?

amageh commented 3 years ago

The Read the docs batch still does not appear. I have checked the trobleshootong section from the documentation but both points are met. Do we have enabled the relevant section in read the docs?

I found the issue, it should be working now :). You'll need to add nonlinear_equations to the toc in docs/source/index for it to appear in the documentation though.

manuhuth commented 3 years ago

@amageh

I have uploaded the respective Files:

additionally I have fixed some displaying bugs in 'optimization.py'