We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b68029 commit a70df75Copy full SHA for a70df75
1 file changed
tests/test_txfunc.py
@@ -704,7 +704,7 @@ def test_get_tax_rates(
704
expected,
705
):
706
"""
707
- Teset of txfunc.get_tax_rates() function.
+ Test of txfunc.get_tax_rates() function.
708
709
wgts = np.array([0.1, 0.25, 0.55, 0.1])
710
X = np.array([32.0, 44.0, 1.6, 0.4])
@@ -765,7 +765,7 @@ def test_tax_func_estimate(tmpdir, dask_client):
765
analytical_mtrs=analytical_mtrs,
766
tax_func_type=tax_func_type,
767
age_specific=age_specific,
768
- client=dask_client,
+ client=None,
769
num_workers=NUM_WORKERS,
770
tax_func_path=test_path,
771
)
0 commit comments