Changeset a742eb in git


Ignore:
Timestamp:
May 30, 2014, 4:00:01 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1ba6782f74f42b19538aed70a0f477d38212e445
Parents:
0f386781c2909514923b96a3a3e8387f1af5ec9c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-30 16:00:01+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-02 11:07:09+02:00
Message:
Updated testing settings -> release for schreyer.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/schreyer.lib

    r0f3867 ra742eb  
    580580  }
    581581
    582   int @KERCHECK = 1; // @DEBUG;
     582  int @KERCHECK = 0; // @DEBUG;
    583583
    584584  if( typeof( attrib(SSinit, "KERCHECK") ) == "int" )
     
    23852385   
    23862386    "ERROR: There were some wrong betti numbers... ";
    2387     m2_end(666);   
     2387//    m2_end(666);   
    23882388  } else
    23892389  {
     
    26342634 if( !@treeout )
    26352635 {
    2636    Testlres(M); 
     2636//   Testlres(M); 
    26372637   Testnres(M);
     2638   Testsres(M);
     2639//   TestSres(M); // too long for the last medium test :(
    26382640 }
    2639 //  Testsres(M); 
    2640 //  TestSres(M); // too long for the last medium test :(
    26412641
    26422642
     
    26772677
    26782678 
    2679   Testlres(M); 
     2679//  Testlres(M); 
    26802680  Testnres(M); 
    26812681//  Testsres(M); 
     
    26902690  mod_assure_load();
    26912691
    2692   def DEBUG = 1;
     2692  def DEBUG = 0;
    26932693  if(size(#) > 0) { DEBUG = #[1]; }
    26942694
     
    27022702  attrib(SSinit, "SYZCHECK", 0);
    27032703  attrib(SSinit, "KERCHECK",  (DEBUG > 0) );
    2704   attrib(SSinit, "TREEOUTPUT", 1);
     2704  attrib(SSinit, "TREEOUTPUT", 0);
    27052705  attrib(SSinit, "PROFILE", 0);
    27062706
     
    27762776  attrib(SSinit, "KERCHECK", 0);
    27772777  attrib(SSinit, "TREEOUTPUT", 0);
    2778   attrib(SSinit, "PROFILE", 0); 
     2778  attrib(SSinit, "PROFILE", 0);
    27792779 
    27802780//  option(prot);
     
    29692969  attrib(SSinit, "KERCHECK", 0);
    29702970  attrib(SSinit, "TREEOUTPUT", 0);
    2971   attrib(SSinit, "PROFILE", 1);
     2971  attrib(SSinit, "PROFILE", 0);
    29722972 
    29732973//  option(prot);
     
    29952995  attrib(SSinit, "DEBUG", 0);
    29962996  attrib(SSinit, "SYZCHECK", 0); // no such tests anymore with IGNORETAILS == 1!
    2997   attrib(SSinit, "KERCHECK", 1);
     2997  attrib(SSinit, "KERCHECK", 0);
    29982998  attrib(SSinit, "IGNORETAILS", 1);
    29992999 
Note: See TracChangeset for help on using the changeset viewer.