Log of /trunk/downunder/test/python
Directory Listing
Revision
4079 -
Directory Listing
Modified
Fri Nov 16 07:59:01 2012 UTC
(8 years, 2 months ago)
by
gross
some modifications to scaling in downunder. still not perfect.
Revision
4078 -
Directory Listing
Modified
Fri Nov 16 07:50:49 2012 UTC
(8 years, 2 months ago)
by
jfenwick
Unit tests for binary install with no scons and no source tree.
Script for installing and testing a .deb within a chroot.
Revision
4074 -
Directory Listing
Modified
Thu Nov 15 03:30:59 2012 UTC
(8 years, 2 months ago)
by
gross
this will break the downundermodule: major revision of the classes.
Revision
4061 -
Directory Listing
Modified
Fri Nov 9 04:05:28 2012 UTC
(8 years, 2 months ago)
by
caltinay
Updated data source test cases.
Revision
4060 -
Directory Listing
Modified
Fri Nov 9 03:50:19 2012 UTC
(8 years, 2 months ago)
by
caltinay
-Overhaul of inversion data sources. Domain is now generated and managed by separate class.
-Removed UBCDataSource which was only used for testing.
-Updated example scripts.
Revision
4050 -
Directory Listing
Modified
Wed Oct 31 01:01:24 2012 UTC
(8 years, 3 months ago)
by
caltinay
Changed initial Hessian in magnetic test and removed some debug output.
Revision
4048 -
Directory Listing
Modified
Tue Oct 30 21:54:15 2012 UTC
(8 years, 3 months ago)
by
gross
fixed modification in the DataSource creator
Revision
4047 -
Directory Listing
Modified
Tue Oct 30 09:10:07 2012 UTC
(8 years, 3 months ago)
by
gross
More on magnetic inversion
Revision
4033 -
Directory Listing
Modified
Wed Oct 24 08:14:41 2012 UTC
(8 years, 3 months ago)
by
gross
some typos fixed.
Revision
4032 -
Directory Listing
Modified
Wed Oct 24 08:06:15 2012 UTC
(8 years, 3 months ago)
by
gross
Gravity inversion is disconnect from DataSource objects now in order to allow for more flexibility
when it comes to the definition of of Mapping and Regulariztion. GravityInversion does not hold a reference to the datasource object anymore.
use inv=GravityInversion()
inv.setUp(datasource)
rather than inv.setDataSource(datasource); inv.setUp()
Revision
4019 -
Directory Listing
Modified
Thu Oct 11 08:12:55 2012 UTC
(8 years, 3 months ago)
by
jfenwick
More tabbing errors,
range/xrange
...
Revision
4016 -
Directory Listing
Modified
Tue Oct 9 03:50:27 2012 UTC
(8 years, 3 months ago)
by
caltinay
Skip data source tests under MPI for now as there is no straightforward way
of comparing the data (saveVTK appears to be the best option).
Revision
4014 -
Directory Listing
Modified
Thu Oct 4 03:28:35 2012 UTC
(8 years, 3 months ago)
by
caltinay
Changed data source to use ripley's netCDF reader,
added tests and changed ERMapper test to have different x and y sizes.
Revision
4011 -
Directory Listing
Modified
Wed Oct 3 00:47:55 2012 UTC
(8 years, 3 months ago)
by
caltinay
Updated test reference file.
Revision
4005 -
Directory Listing
Modified
Fri Sep 28 06:09:03 2012 UTC
(8 years, 4 months ago)
by
caltinay
test fixes, doco updates, annoyance removals.
Revision
3987 -
Directory Listing
Modified
Sun Sep 23 23:24:37 2012 UTC
(8 years, 4 months ago)
by
caltinay
Fix to test which fails when ripley adjusts number of elements (domain decomp.)
Revision
3985 -
Directory Listing
Modified
Fri Sep 21 06:44:17 2012 UTC
(8 years, 4 months ago)
by
caltinay
Unit test for ER Mapper reader.
Revision
3982 -
Directory Listing
Modified
Fri Sep 21 03:23:22 2012 UTC
(8 years, 4 months ago)
by
jfenwick
More edits + removing pyvisi from trunk
Revision
3981 -
Directory Listing
Modified
Fri Sep 21 02:47:54 2012 UTC
(8 years, 4 months ago)
by
jfenwick
First pass of updating copyright notices
Revision
3952 -
Directory Listing
Modified
Sun Sep 2 23:42:25 2012 UTC
(8 years, 4 months ago)
by
caltinay
Made a test slightly more relaxed since roundoff errors caused it to fail on
one system.
Revision
3951 -
Directory Listing
Modified
Tue Aug 28 23:58:08 2012 UTC
(8 years, 5 months ago)
by
caltinay
Fixed tests with python versions <2.7.
Revision
3950 -
Directory Listing
Modified
Fri Aug 24 06:10:02 2012 UTC
(8 years, 5 months ago)
by
caltinay
More tests and corrections in the alternative minimizers.
Revision
3949 -
Directory Listing
Modified
Fri Aug 24 02:37:47 2012 UTC
(8 years, 5 months ago)
by
caltinay
Added tests for mappings.
Revision
3948 -
Directory Listing
Modified
Fri Aug 24 01:01:34 2012 UTC
(8 years, 5 months ago)
by
caltinay
Some interface changes to make the inversion more flexible.
Revision
3947 -
Directory Listing
Added
Wed Aug 22 23:19:10 2012 UTC
(8 years, 5 months ago)
by
caltinay
Compiling and installing downunder module now. Adjusted import statements
accordingly. Added a gravity test run.