Skip to content

Commit

Permalink
fix mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
aradermacher committed Dec 18, 2024
1 parent 646eec2 commit e1fc073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions probeye/inference/bias/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import os

os.environ["OMP_NUM_THREADS"] = "1"
logprob = None


class EmbeddedMCISolver(EmceeSolver):
Expand Down
1 change: 1 addition & 0 deletions probeye/inference/emcee/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import os

os.environ["OMP_NUM_THREADS"] = "1"
logprob = None


# imports only needed for type hints
Expand Down

0 comments on commit e1fc073

Please sign in to comment.