Skip to content

Commit

Permalink
Change order of jobs in resorting queue
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Mar 27, 2024
1 parent df808e5 commit 71a4cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/npc_lims/scripts/run_spike_sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,6 @@ def main(

doctest.testmod(raise_on_error=True)
logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(message)s")
create_all_data_assets()
sync_json()
main(rerun_errorred_jobs=True, reverse=True)
# sync_json()
create_all_data_assets()

0 comments on commit 71a4cab

Please sign in to comment.