Loading sub-models doesn't work properly
Posted: 18. Dec 2020, 10:58
Dear SARAH developers,
after installing SARAH 4.14.4, Wojciech Kotlarski and I noticed a bug: The command
does no longer load the LRLR model in the LRmodels subdirectory. The command fails with the following error messages:
The bug can be reproduced with Wolfram Language 12.0.0 Engine for Linux x86 (64-bit).
Interestingly, loading the MSSM/CKM does work:
Best regards,
Wojciech and Alex
after installing SARAH 4.14.4, Wojciech Kotlarski and I noticed a bug: The command
Code: Select all
Start["LRmodels", "LRLR"]
Code: Select all
In[3]:= Start["LRmodels", "LRLR"]
Preparing arrays
... checking Directory: /home/avoigt/mathematica/SARAH-4.14.4/Models/
FileByteCount::fdnfnd:
Directory or file /home/avoigt/mathematica/SARAH-4.14.4/Models/LRmodels/LRmod
els.m not found.
... checking Directory: /home/$user/Documents/SARAH-Models/
FileByteCount::fdnfnd:
Directory or file /home/$user/Documents/SARAH-Models/LRmodels/LRmodels.m
not found.
ModelFile::MissingModel: Model File does not exist!
ModelFile::Aborted: Evaluation aborted
Interestingly, loading the MSSM/CKM does work:
Code: Select all
Start["MSSM","CKM"]
Wojciech and Alex