xjiang4 / ellipsoids

Automatically exported from code.google.com/p/ellipsoids
Other
0 stars 1 forks source link

Reduce an amount of ellipsoidal tubes plotting when running the tests from gras.ellapx.uncertcalc.test package #111

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The tests run via gras.ellapx.uncertcalc.test.run_tests perform a lot of 
plotting and saving the resulting data to disk which consumes a significant 
portion of test run time. We need to disable plotting in most xml configuration 
to reduce the overall run time for this test pack.

Original issue reported on code.google.com by heartofm...@gmail.com on 23 Apr 2013 at 11:53

GoogleCodeExporter commented 8 years ago
The plotting can be switched of by setting plottingProps.isEnabled=false in xml 
configuration. Type
gras.ellapx.uncertcalc.test.regr.listconfs to get a list of configuration names 
and 

then use

gras.ellapx.uncertcalc.test.regr.editconf

to edit the test configurations

Original comment by heartofm...@gmail.com on 23 Apr 2013 at 12:13

GoogleCodeExporter commented 8 years ago
I also recommend to switch off plotting in 'uosc8' test configuration. With 
changes from r1393 it makes possible to run elltool.test.run_tests() (for 
machine in issue 109) without memory problems.

Original comment by swige.ide on 5 May 2013 at 9:17