Skip to content

Commit

Permalink
Fixed bug in load
Browse files Browse the repository at this point in the history
  • Loading branch information
Zstone19 committed Jan 10, 2024
1 parent 7634f0b commit 7f310c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pypetal/utils/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,14 @@ def get_cont_name(main_dir):
if main_dir + 'processed_lcs/' in dirs_tot:
dirs_tot.remove( main_dir + 'processed_lcs/')

pyroa_together = False
if run_pyroa:
pyroa_together = get_pyroa_together(main_dir)
dirs_tot.remove( main_dir + 'pyroa_lcs/')
if pyroa_together:
dirs_tot.remove( main_dir + 'pyroa/')

javelin_together = False
if run_javelin:
javelin_together = get_javelin_together(main_dir)
if javelin_together:
Expand Down

0 comments on commit 7f310c2

Please sign in to comment.