Skip to content

Commit

Permalink
suppress errors / warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 29, 2016
1 parent f5a481c commit 4a06f7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_CMSSM_librarylink_parallel.m
@@ -1,6 +1,12 @@
Needs["TestSuite`", "TestSuite.m"];
Get["models/CMSSM/CMSSM_librarylink.m"];

Off[FSCMSSM::info];
Off[FSCMSSMCalculateSpectrum::error];
Off[FSCMSSMCalculateSpectrum::warning];
Off[FSCMSSMCalculateObservables::error];
Off[FSCMSSMCalculateObservables::warning];

CalcMh[TB_] :=
Module[{spec, handle},
handle = FSCMSSMOpenHandle[
Expand Down

0 comments on commit 4a06f7a

Please sign in to comment.