Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Fievet committed Jun 26, 2024
1 parent f4eecec commit 384bc4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run_lirec.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ def print_status():
def run_lirec():
# Assuming LIReC has an entry point in its package
# Run LIReC (same as from run_jobs.py)
from LIReC import main
main.run()
from LIReC.jobs import run
run.main()

def main():
# install_system_dependencies()
#install_python()
print_status()
install_lirec()
run_lirec()

Expand Down

0 comments on commit 384bc4a

Please sign in to comment.