Coverage for src/mednet/config/data/montgomery_shenzhen_indian_tbx11k/v2_fold_7.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.4.2, created at 2024-04-30 11:44 +0200

1# SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch> 

2# 

3# SPDX-License-Identifier: GPL-3.0-or-later 

4"""Aggregated DataModule composed of Montgomery, Shenzhen, Indian, and TBX11k 

5datasets (cross-validation fold 7). 

6 

7This remix dataset combines ``fold-7`` from Montgomery, Shenzhen, and Indian 

8datasets with ``v2-fold-7`` of TBX11k (healthy, sick and latent TB vs. active 

9TB samples). 

10""" 

11 

12from mednet.config.data.montgomery_shenzhen_indian_tbx11k.datamodule import ( 

13 DataModule, 

14) 

15 

16datamodule = DataModule("fold-7.json", "v2-fold-7.json")