Skip to content

Commit

Permalink
[bug]: Encounter issue with pytest's bug
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyu-zc committed Jul 30, 2024
1 parent 2945985 commit 62ec480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phenoplier/commands/run/correlation/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def pipeline(
# logger.error(msg)
# exit(1)
#
# logger.info("Running subroutine <correlate>...")
logger.error(output_dir)

logger.info("Running subroutine <correlate>...")

def run_correlate(chromosome):
suc, msg = invoke_corr_correlate(
Expand All @@ -109,7 +109,7 @@ def run_correlate(chromosome):
exit(1)
return suc

chromosomes = range(1, 2)
chromosomes = [1]
# Use ThreadPoolExecutor for multithreading
with concurrent.futures.ThreadPoolExecutor() as executor:
# Start the operations and mark each future with its chromosome
Expand Down

0 comments on commit 62ec480

Please sign in to comment.