Skip to content

No module named 'pyhealth.datasets.tuab' #314

@LspongebobJH

Description

@LspongebobJH

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:

  1. In source codes tagged v1.1.6, there is a tuab.py in datasets/
  2. In pyhealth v1.1.6 release in Releases, tuab.py is missed from datasets/, but is still invoked in datasets/__init__.py.

I suppose there are some bugs in v1.1.6 release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions