diff --git a/python/tests/test_datasets.py b/python/tests/test_datasets.py index fac0ab18..48f7d475 100644 --- a/python/tests/test_datasets.py +++ b/python/tests/test_datasets.py @@ -31,4 +31,4 @@ def test_import_SampleTrees(): def test_import_SampleValueFinder(): vf = datasets.SampleValueFinder() - assert vf.df.shape == (27133, 10) \ No newline at end of file + assert vf.df.shape == (27133, 11) \ No newline at end of file