File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ endef
5353.PHONY =pytest
5454pytest : clean
5555 @$(pytest-setup )
56- @cd taxcalc ; pytest -n4 --disable-warnings --durations=0 --durations-min=4 -m " not requires_puf and not requires_tmd"
56+ @cd taxcalc ; pytest -n4 --disable-warnings --durations=0 --durations-min=5 -m " not requires_puf and not requires_tmd"
5757 @$(pytest-cleanup )
5858
5959.PHONY =pytest
6060pytest-all : clean
6161 @$(pytest-setup )
62- @cd taxcalc ; pytest -n4 --disable-warnings --durations=0 --durations-min=4 -m " "
62+ @cd taxcalc ; pytest -n4 --disable-warnings --durations=0 --durations-min=5 -m " "
6363 @$(pytest-cleanup )
6464
6565define tctest-cleanup
Original file line number Diff line number Diff line change 11| | |
22| --- | --- |
3- | Org | [ ![ PSL cataloged] ( https://img.shields.io/badge/PSL-cataloged-a0a0a0.svg )] ( https://www.PSLmodels.org ) [ ![ OS License: CCO-1.0] ( https://img.shields.io/badge/OS%20License-CCO%201.0-yellow )] ( https://github.com/PSLmodels/Tax-Calculator/blob/master/LICENSE ) [ ![ Jupyter Book Badge ] ( https://jupyterbook.org/badge.svg )] ( https://pslmodels.github.io/Tax-Calculator/ ) |
4- | Package | [ ![ Python 3.11] ( https://img.shields.io/badge/python-3.11-blue.svg )] ( https://www.python.org/downloads/release/python-3118/ ) [ ![ Python 3.12] ( https://img.shields.io/badge/python-3.12-blue.svg )] ( https://www.python.org/downloads/release/python-3121/ ) [ ![ Python 3.13] ( https://img.shields.io/badge/python-3.13-blue.svg )] ( https://www.python.org/downloads/release/python-3131/ ) [ ![ PyPI Latest Release] ( https://img.shields.io/pypi/v/taxcalc.svg )] ( https://pypi.org/project/taxcalc/ ) [ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/taxcalc.svg?label=PyPI%20downloads )] ( https://pypi.org/project/taxcalc/ ) [ ![ Anaconda] ( https://img.shields.io/conda/dn/conda-forge/taxcalc?color=brightgreen&label=downloads&logo=conda-forge )] ( https://anaconda.org/conda-forge/taxcalc ) |
3+ | Org | [ ![ PSL cataloged] ( https://img.shields.io/badge/PSL-cataloged-a0a0a0.svg )] ( https://www.PSLmodels.org ) [ ![ OS License: CCO-1.0] ( https://img.shields.io/badge/OS%20License-CCO%201.0-yellow )] ( https://github.com/PSLmodels/Tax-Calculator/blob/master/LICENSE ) |
4+ | Package | [ ![ Python 3.11] ( https://img.shields.io/badge/python-3.11-blue.svg )] ( https://www.python.org/downloads/release/python-3118/ ) [ ![ Python 3.12] ( https://img.shields.io/badge/python-3.12-blue.svg )] ( https://www.python.org/downloads/release/python-3121/ ) [ ![ Python 3.13] ( https://img.shields.io/badge/python-3.13-blue.svg )] ( https://www.python.org/downloads/release/python-3131/ ) [ ![ PyPI Latest Release] ( https://img.shields.io/pypi/v/taxcalc.svg )] ( https://pypi.org/project/taxcalc/ ) [ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/taxcalc.svg?label=PyPI%20downloads )] ( https://pypi.org/project/taxcalc/ ) [ ![ Anaconda] ( https://img.shields.io/conda/dn/conda-forge/taxcalc?color=brightgreen&label=downloads&logo=conda-forge )] ( https://anaconda.org/conda-forge/taxcalc ) |
55| Testing | ![ example event parameter] ( https://github.com/PSLmodels/Tax-Calculator/actions/workflows/build_and_test.yml/badge.svg?branch=master ) ![ example event parameter] ( https://github.com/PSLmodels/Tax-Calculator/actions/workflows/deploy_jupyterbook.yml/badge.svg?branch=master ) [ ![ Codecov] ( https://codecov.io/gh/PSLmodels/Tax-Calculator/branch/master/graph/badge.svg )] ( https://codecov.io/gh/PSLmodels/Tax-Calculator ) |
66
77
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ By default Tax-Calculator assumes no behavioral responses to a tax
1313reform, which is the same as saying the behavior parameters (or
1414elasticities) are assumed to be zero by default. The elasticities can
1515be set to non-zero values in a JSON file that is formatted like
16- [ this] ( https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/behavior/behavior_response_template .json ) ).
16+ [ this] ( https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/behavior/behavioral_response_template .json ) ).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Getting started
22===============
33
44Tax-Calculator packages are available for Windows, Mac, and Linux computers
5- that have the free Anaconda Python 3.10 , 3.11 , or 3.12 distribution
5+ that have the free Anaconda Python 3.11 , 3.12 , or 3.13 distribution
66installed. You can use Tax-Calculator without doing any Python programming,
77but the Anaconda distribution is required for Tax-Calculator to run.
88Take the following four steps to get started.
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ Dynamic: summary
3535
3636| | |
3737| --- | --- |
38- | Org | [](https://www.PSLmodels.org) [](https://github.com/PSLmodels/Tax-Calculator/blob/master/LICENSE) [](https://pslmodels.github.io/Tax-Calculator/) |
39- | Package | [](https://www.python.org/downloads/release/python-3118/) [](https://www.python.org/downloads/release/python-3121/) [](https://www.python.org/downloads/release/python-3131/) [](https://pypi.org/project/taxcalc/) [](https://pypi.org/project/taxcalc/) [](https://anaconda.org/conda-forge/taxcalc)|
38+ | Org | [](https://www.PSLmodels.org) [](https://github.com/PSLmodels/Tax-Calculator/blob/master/LICENSE) |
39+ | Package | [](https://www.python.org/downloads/release/python-3118/) [](https://www.python.org/downloads/release/python-3121/) [](https://www.python.org/downloads/release/python-3131/) [](https://pypi.org/project/taxcalc/) [](https://pypi.org/project/taxcalc/) [](https://anaconda.org/conda-forge/taxcalc) |
4040| Testing |   [](https://codecov.io/gh/PSLmodels/Tax-Calculator) |
4141
4242
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ There is a way to specify in a text file the collection of behavioral
44response elasticities that you want to assume about how individuals
55respond to a tax reform.
66
7- Here is an [ example] ( behavioral_responses_template .json) of a
7+ Here is an [ example] ( behavioral_response_template .json) of a
88behavioral responses file.
99
1010Every behavior file is a JSON file. JSON, which stands for JavaScript
You can’t perform that action at this time.
0 commit comments