Skip to content

Commit a70df75

Browse files
committed
remove dask client bc workers getting killed when running test
1 parent 3b68029 commit a70df75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_txfunc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ def test_get_tax_rates(
704704
expected,
705705
):
706706
"""
707-
Teset of txfunc.get_tax_rates() function.
707+
Test of txfunc.get_tax_rates() function.
708708
"""
709709
wgts = np.array([0.1, 0.25, 0.55, 0.1])
710710
X = np.array([32.0, 44.0, 1.6, 0.4])
@@ -765,7 +765,7 @@ def test_tax_func_estimate(tmpdir, dask_client):
765765
analytical_mtrs=analytical_mtrs,
766766
tax_func_type=tax_func_type,
767767
age_specific=age_specific,
768-
client=dask_client,
768+
client=None,
769769
num_workers=NUM_WORKERS,
770770
tax_func_path=test_path,
771771
)

0 commit comments

Comments
 (0)