Skip to content

Commit f8968e1

Browse files
pkl test corrected
1 parent 6e73687 commit f8968e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotPython"
10-
version = "0.6.38"
10+
version = "0.6.39"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

test/test_pkldataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from spotPython.data.pkldataset import PKLDataset
55

66

7-
def test_csv_dataset():
8-
# Create an instance of CSVDataset for testing
7+
def test_pkl_dataset():
8+
# Create an instance of PKLDataset for testing
99
dataset = PKLDataset(target_column='prognosis')
1010

1111
# Test the length of the dataset

0 commit comments

Comments
 (0)