We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e73687 commit f8968e1Copy full SHA for f8968e1
2 files changed
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "spotPython"
10
-version = "0.6.38"
+version = "0.6.39"
11
authors = [
12
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
13
]
test/test_pkldataset.py
@@ -4,8 +4,8 @@
4
from spotPython.data.pkldataset import PKLDataset
5
6
-def test_csv_dataset():
- # Create an instance of CSVDataset for testing
+def test_pkl_dataset():
+ # Create an instance of PKLDataset for testing
dataset = PKLDataset(target_column='prognosis')
# Test the length of the dataset
0 commit comments