Skip to content

Commit

Permalink
Revert sampling default values
Browse files Browse the repository at this point in the history
  • Loading branch information
FeGeyer committed Apr 19, 2024
1 parent 3223403 commit 2703546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radionets/evaluation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def tn_numba_vec_parallel(mu, sig, a, b):
return rv


def trunc_rvs(mu, sig, num_samples, mode, target="parallel", nthreads=20):
def trunc_rvs(mu, sig, num_samples, mode, target="cpu", nthreads=1):
if mode == "amp":
a = 0
b = np.inf
Expand Down

0 comments on commit 2703546

Please sign in to comment.