-
Notifications
You must be signed in to change notification settings - Fork 567
Closed
Description
Bug:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[3], line 1
----> 1 from pyhealth.datasets import MIMIC3Dataset
File [.../pyhealth/datasets/__init__.py:12](...)
10 from .isruc import ISRUCDataset
11 from .shhs import SHHSDataset
---> 12 from .tuab import TUABDataset
13 from .tuev import TUEVDataset
14 from .sample_dataset import SampleBaseDataset, SampleSignalDataset, SampleEHRDataset
ModuleNotFoundError: No module named 'pyhealth.datasets.tuab'PyHealth version: v1.1.6
I quickly check your source codes and found that:
- In source codes tagged v1.1.6, there is a
tuab.pyin datasets/ - In
pyhealth v1.1.6 releasein Releases,tuab.pyis missed from datasets/, but is still invoked indatasets/__init__.py.
I suppose there are some bugs in v1.1.6 release.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels