/[escript]/trunk/pycad/test/python/run_pycad_test.py
ViewVC logotype

Log of /trunk/pycad/test/python/run_pycad_test.py

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 1905 - (view) (annotate) - [select for diffs]
Modified Wed Oct 22 08:40:05 2008 UTC (14 years, 5 months ago) by phornby
File length: 229178 byte(s)
Diff to previous 1809
I did a lot of rationalising of the indentation, which looks like an alarming number of changes. I just got sick of my editor getting confused about what the indent was in this function as opposed to the last one I was working on.

The real mods. are trivial, arising from the fact that 'nix'es will write 1e-05 (say), while winblows will write 1e-005. This causes string comparisons that check the mesh file generation to fail. This, combined with the more pedantic behaviour of unlink() made pycad very fragile on windows. All fixed now.

Test on the 'nixes tonight.

May I ask for a hold off on the branch merge, Joel, till I get this stable on all platforms, and deal with the usual unused vars. that pop up from all the ifdefs?

  

Revision 1809 - (view) (annotate) - [select for diffs]
Modified Thu Sep 25 06:43:44 2008 UTC (14 years, 6 months ago) by ksteube
File length: 228361 byte(s)
Diff to previous 1388
Copyright updated in all python files


Revision 1388 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 07:45:58 2008 UTC (15 years, 2 months ago) by trankine
File length: 228313 byte(s)
Diff to previous 1387
And get the *(&(*&(* name right

Revision 1387 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 07:45:26 2008 UTC (15 years, 2 months ago) by trankine
Original Path: temp/pycad/test/python/run_pycad_test.py
File length: 228313 byte(s)
Diff to previous 1384
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.

Revision 1384 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 02:29:38 2008 UTC (15 years, 2 months ago) by phornby
Original Path: temp_trunk_copy/pycad/test/python/run_pycad_test.py
File length: 228313 byte(s)
Diff to previous 1376
Make a temp copy of the trunk before checking in the windows changes



Revision 1376 - (view) (annotate) - [select for diffs]
Modified Wed Jan 9 01:38:18 2008 UTC (15 years, 2 months ago) by gross
File length: 228313 byte(s)
Diff to previous 1312
inserted sys.exit(1) into the tests so scons can detect the failure of the test. 
A similar statement has been removed from an earlier as it produces problems on 64bit Linux. Previously exit(0) was called in case of success but now this is not done in order to avoid a fatal end of the program. in the case of an error in the test there could be a fatal error so but I guess that this not really a problem.

PS: the fact that signal 0 was returned even for the case of an error lead to the illusion that all tests have been completed successfully.



Revision 1312 - (view) (annotate) - [select for diffs]
Modified Mon Sep 24 06:18:44 2007 UTC (15 years, 6 months ago) by ksteube
File length: 228271 byte(s)
Diff to previous 1270
The MPI branch is hereby closed. All future work should be in trunk.

Previously in revision 1295 I merged the latest changes to trunk into trunk-mpi-branch.
In this revision I copied all files from trunk-mpi-branch over the corresponding
trunk files. I did not use 'svn merge', it was a copy.


Revision 1270 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 03:13:11 2007 UTC (15 years, 7 months ago) by gross
File length: 216117 byte(s)
Diff to previous 1137
PlaneSurface accepts now non-Line primitives (stupid mistake to restrict the type. in fact a test for points on a plane is needed

Revision 1137 - (view) (annotate) - [select for diffs]
Modified Thu May 10 08:11:31 2007 UTC (15 years, 10 months ago) by gross
File length: 216070 byte(s)
Diff to previous 1123
This version passes the tests on windows except for 

   * vtk
   * netCDF

The version needs to be tested on altix and linux

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Thu May 3 04:13:52 2007 UTC (15 years, 10 months ago) by gross
File length: 216005 byte(s)
Diff to previous 1109
PropertySets cann now be created wirout an intial 
set of items.



Revision 1109 - (view) (annotate) - [select for diffs]
Modified Thu Apr 19 04:21:43 2007 UTC (15 years, 11 months ago) by btully
File length: 216250 byte(s)
Diff to previous 1045


Revision 1045 - (view) (annotate) - [select for diffs]
Modified Tue Mar 20 01:30:58 2007 UTC (16 years ago) by gross
File length: 214836 byte(s)
Diff to previous 1006
some modifications on the pycad implementation to make it easier to build
interfaces for other mesh generators. The script statement generation is now
done by the Design and not the Primitive classes.



Revision 1006 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 23:15:15 2007 UTC (16 years ago) by ksteube
File length: 187591 byte(s)
Diff to previous 999
pycad test was failing due to typo and to missing parameter in Design.setOptions


Revision 999 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 08:12:37 2007 UTC (16 years, 1 month ago) by gross
File length: 187525 byte(s)
Diff to previous 944
start to put some pycad documentation into the users guide

Revision 944 - (view) (annotate) - [select for diffs]
Modified Tue Jan 30 08:57:37 2007 UTC (16 years, 1 month ago) by gross
File length: 187614 byte(s)
Diff to previous 933
PropertySet added

Revision 933 - (view) (annotate) - [select for diffs]
Modified Mon Jan 22 07:20:25 2007 UTC (16 years, 2 months ago) by gross
File length: 182186 byte(s)
Diff to previous 932
test for generation of gmsh script added

Revision 932 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 09:27:15 2007 UTC (16 years, 2 months ago) by gross
File length: 178219 byte(s)
Diff to previous 931
Design added. The loops tests are switched off to allow faults.

Revision 931 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 03:06:33 2007 UTC (16 years, 2 months ago) by gross
File length: 178190 byte(s)
Diff to previous 930
pycad supports volumes now.

Revision 930 - (view) (annotate) - [select for diffs]
Modified Thu Jan 18 08:12:58 2007 UTC (16 years, 2 months ago) by gross
File length: 132012 byte(s)
Diff to previous 929
more tests and some modifications on SurfaceLoop

Revision 929 - (view) (annotate) - [select for diffs]
Modified Wed Jan 17 07:41:13 2007 UTC (16 years, 2 months ago) by gross
File length: 107793 byte(s)
Diff to previous 928
reverse orientation added but does not work for 2D yet.

Revision 928 - (view) (annotate) - [select for diffs]
Modified Tue Jan 16 08:36:03 2007 UTC (16 years, 2 months ago) by gross
File length: 86231 byte(s)
Diff to previous 925
more tests but there is a problem with reversing directions.

Revision 925 - (view) (annotate) - [select for diffs]
Modified Wed Jan 10 22:40:00 2007 UTC (16 years, 2 months ago) by gross
File length: 69929 byte(s)
Diff to previous 923
testing for CurvedLoop added.

Revision 923 - (view) (annotate) - [select for diffs]
Modified Tue Jan 9 22:50:43 2007 UTC (16 years, 2 months ago) by gross
File length: 66820 byte(s)
Diff to previous 919
CurveLoop revised and tests added

Revision 919 - (view) (annotate) - [select for diffs]
Modified Wed Jan 3 22:54:50 2007 UTC (16 years, 2 months ago) by gross
File length: 65753 byte(s)
Diff to previous 917
arc test is passing now. The check for colocation is now invariant of direction



Revision 917 - (view) (annotate) - [select for diffs]
Modified Tue Jan 2 02:46:53 2007 UTC (16 years, 2 months ago) by gross
File length: 65758 byte(s)
Diff to previous 916
some EsysXML input files. rebuild still fails for these files

Revision 916 - (view) (annotate) - [select for diffs]
Modified Fri Dec 15 08:25:57 2006 UTC (16 years, 3 months ago) by gross
File length: 62774 byte(s)
Diff to previous 915
curves implemenred and tested.

Revision 915 - (view) (annotate) - [select for diffs]
Modified Thu Dec 14 06:12:53 2006 UTC (16 years, 3 months ago) by gross
File length: 47555 byte(s)
Diff to previous 912
more testing on pycad

Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Dec 6 03:29:49 2006 UTC (16 years, 3 months ago) by gross
File length: 43093 byte(s)
Diff to previous 910
modellib.WriteVTK has been rewritten. Instead of only three data objects scalar,
vector, tensor it takes now up to 20 data objects data0 ... data19 and writes it into a 
single VTK file. There is also the possibilty to define individiual name tags name0,..., name19.
If no name is given the corresponding attribute name of the Link target is used. 
This simplifies the usage and increases efficiency.




Revision 910 - (view) (annotate) - [select for diffs]
Modified Fri Nov 24 10:04:09 2006 UTC (16 years, 4 months ago) by gross
File length: 39756 byte(s)
Diff to previous 907
more testing on transformation. rotation uses the right hand rule now.

Revision 907 - (view) (annotate) - [select for diffs]
Modified Wed Nov 22 09:54:19 2006 UTC (16 years, 4 months ago) by gross
File length: 38278 byte(s)
Diff to previous 905
more testing for transformations added

Revision 905 - (view) (annotate) - [select for diffs]
Added Mon Nov 20 11:23:24 2006 UTC (16 years, 4 months ago) by gross
File length: 12784 byte(s)
some tests for pycad added

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26