Skip to content

Commit

Permalink
parallel backend threading
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Oct 11, 2023
1 parent a47fe1a commit 5db71e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ms2rescore/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import webbrowser
from pathlib import Path
from typing import Dict, List, Tuple
from joblib import parallel_backend

import customtkinter as ctk
from ms2pip.constants import MODELS as ms2pip_models
Expand Down Expand Up @@ -40,6 +41,7 @@
pass

ctk.set_default_color_theme(_THEME_FILE)
parallel_backend("threading")


class SideBar(ctk.CTkFrame):
Expand Down

0 comments on commit 5db71e2

Please sign in to comment.