The bug can be reproduced by taking the SM model file, adding
Code: Select all
NoU1Mixing=True;
Code: Select all
<< SARAH`;
Start["SM"];
CalcRGEs[];
Module[{init, keys, rgeSols, plt},
init = {g1 -> 0.45, g2 -> 0.63, g3 -> 1.04};
keys = Keys[init];
rgeSols = RunRGEs[init, 3, 20];
plt = Plot[Evaluate[#[t] & /@ keys /. rgeSols], {t, 3, 20},
PlotLegends -> keys];
Export["RGE.png", plt, ImageSize -> 2000];
plt
]

This was generated with:
Code: Select all
Mathematica: 10.4.0 for Linux x86 (64-bit) (February 26, 2016)
SARAH: 4.8.5