Skip to content

Commit

Permalink
Update test to reflect the new treatment col (#133)
Browse files Browse the repository at this point in the history
* Don't infer ncust, allow for easy override

* Add treatment support, even better rounding

* Update test to reflect the new treatment col
  • Loading branch information
StijnKas authored Oct 4, 2023
1 parent b66f402 commit 8a6a81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def test_import_SampleTrees():

def test_import_SampleValueFinder():
vf = datasets.SampleValueFinder()
assert vf.df.shape == (27133, 10)
assert vf.df.shape == (27133, 11)

0 comments on commit 8a6a81e

Please sign in to comment.