Skip to content

Commit

Permalink
del comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leokim-l committed Jul 25, 2024
1 parent a805822 commit 791f21c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/malco/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ def prepare(self):
Pre-process any data and inputs necessary to run the tool.
"""
print("Preparing...\n")
# Before this prepare step:
# We start with cohort with 1 phenopacket per disease, run
# phenopacket2prompt.jar to get prompts
# We then commit this to the repo, and the phenopackets and prompts here
# are the source of truth
pass

def run(self):
Expand Down Expand Up @@ -61,8 +56,6 @@ def post_process(self,
langs=self.languages,
models=self.models)

# I think we can simply change output directory and other args of compute mrr to run multimodel?
# cache and plot dipend on output directory, meaning those things will end up in. e.g. cli_outdir/multilingual/
mrr_file, plot_dir, num_ppkt, topn_file = compute_mrr(
output_dir=self.output_dir / "multilingual" ,
prompt_dir=os.path.join(self.input_dir, prompts_subdir_name),
Expand Down

0 comments on commit 791f21c

Please sign in to comment.