Skip to content

Commit

Permalink
don't use ParallelMap as Mathematica tends to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 21, 2017
1 parent f252079 commit 4064c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_Mh_uncertainties.m
Expand Up @@ -193,7 +193,7 @@
TB = 5;
Xtt = 0;

data = ParallelMap[
data = Map[
{ N[#],
Sequence @@ NUHMSSMNoFVCalcMh[#, TB, Xtt],
Sequence @@ NUHMSSMNoFVHimalayaCalcMh[#, TB, Xtt],
Expand All @@ -209,7 +209,7 @@

Xtt = -2;

data = ParallelMap[
data = Map[
{ N[#],
Sequence @@ NUHMSSMNoFVCalcMh[#, TB, Xtt],
Sequence @@ NUHMSSMNoFVHimalayaCalcMh[#, TB, Xtt],
Expand Down

0 comments on commit 4064c55

Please sign in to comment.