Skip to content

Commit

Permalink
set logging of numba
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Apr 9, 2024
1 parent dec5950 commit 09fbbfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ms2rescore/rescoring_engines/mokapot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from pyteomics.mass import nist_mass

logger = logging.getLogger(__name__)
logging.getLogger("numba").setLevel(logging.WARNING)


def rescore(
Expand Down

0 comments on commit 09fbbfb

Please sign in to comment.