Skip to content

Commit

Permalink
remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed Aug 19, 2024
1 parent d96751f commit a73112f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 238 deletions.
43 changes: 0 additions & 43 deletions src/pheval/analyse/parse_pheval_result.py

This file was deleted.

14 changes: 0 additions & 14 deletions src/pheval/analyse/run_data_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,3 @@ def parse_run_config(run_data_path: Path) -> Config:
f.close()
config = Config(**config_data)
return config


@dataclass
class TrackInputOutputDirectories:
"""
Track the input phenopacket test data for a corresponding pheval output directory.
Attributes:
phenopacket_dir (Path): The directory containing input phenopackets.
results_dir (Path): The directory containing output results from pheval.
"""

phenopacket_dir: Path
results_dir: Path
181 changes: 0 additions & 181 deletions tests/test_parse_pheval_result.py

This file was deleted.

0 comments on commit a73112f

Please sign in to comment.