Martin Diehl
|
c44f12cae5
|
map needs to be explicitly casted to list
|
2018-11-15 13:42:19 +01:00 |
Philip Eisenlohr
|
85147605ad
|
bugfix: use fileInCurrent instead of fileInRef
|
2018-01-31 12:35:50 -05:00 |
Philip Eisenlohr
|
60440b1a54
|
polished output and streamlined code in test-class, added new consistency check in PRIVATE
|
2018-01-31 12:09:14 -05:00 |
Philip Eisenlohr
|
710970d728
|
updated option --label for addCurl/Div/Grad
|
2018-01-29 21:27:05 -05:00 |
Philip Eisenlohr
|
ba175a29d1
|
now multiple selective tests possible, shortened output
|
2018-01-28 20:54:25 -05:00 |
Martin Diehl
|
73040c91c5
|
comparison was done twice
|
2017-05-15 07:42:48 +02:00 |
Philip Eisenlohr
|
f21a4f0320
|
safer way to iterate over variants and their names
|
2017-04-30 19:07:49 -04:00 |
Philip Eisenlohr
|
a99ff40242
|
dedicated function to translate numerical test ID to a name
|
2017-04-30 13:15:53 -04:00 |
Martin Diehl
|
790bae44a1
|
don't catch errors (but output detailed error message)
|
2017-03-05 19:04:06 +01:00 |
Philip Eisenlohr
|
e42db0ea25
|
Individual test can be selected by sequence number
polishing, slightly more elaborate debugging
|
2016-11-30 18:18:03 -05:00 |
Martin Diehl
|
8a94f55a2e
|
python 3 compatibility
|
2016-10-25 06:44:12 +02:00 |
Martin Diehl
|
e5ba508080
|
added funtionality to run selected test only and functionality to show available tests
|
2016-09-20 07:10:07 +02:00 |
Martin Diehl
|
fbacdd8e6d
|
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
|
2016-09-11 19:17:35 +02:00 |
Martin Diehl
|
9d7cad1fa4
|
python3 compatible solutions that still work on python2
|
2016-09-11 19:03:32 +02:00 |
Martin Diehl
|
0b4e75c201
|
update function was not working due to name clash for self.update
|
2016-09-10 20:44:46 +02:00 |
Philip Eisenlohr
|
6f843ce85b
|
Merge remote-tracking branch 'refs/remotes/origin/development'
Conflicts:
lib/damask/test/test.py
|
2016-09-04 18:55:13 -04:00 |
Philip Eisenlohr
|
cde7de4e9f
|
improved superclass handling and compare_Tables
|
2016-09-04 18:46:53 -04:00 |
Martin Diehl
|
6ea7eeee08
|
bugfix when restoring old behavior
|
2016-09-04 07:34:58 +02:00 |
Martin Diehl
|
d94db61534
|
update only supported by minority of the tests
|
2016-09-03 17:01:10 +02:00 |
Chen
|
d41ac4e463
|
remove white space in docstring
|
2016-09-02 14:35:23 -04:00 |
Chen
|
4c6b8c490f
|
change one-line docstring to fit in one line.
|
2016-09-02 14:34:35 -04:00 |
Chen
|
b16046fd43
|
remove unused import for test.py
|
2016-09-02 14:31:00 -04:00 |
Chen
|
2b3faf204c
|
make table compare normalize data by type (scaler, vector, tensor)
|
2016-09-02 14:30:08 -04:00 |
Philip Eisenlohr
|
32c4a20a46
|
clean up, added --debug to base class, renamed testPossible to feasible
|
2016-09-01 15:37:49 -04:00 |
Philip Eisenlohr
|
0c1657693f
|
dirty (but working) fix to adopt table.labels now being table.tags: table.labels --> table.labels(raw = True)
|
2016-05-17 10:52:21 -04:00 |
Martin Diehl
|
d3ee2c05b9
|
=removed remaining IDs
|
2016-05-11 11:43:21 +02:00 |
Martin Diehl
|
7f24fe15ed
|
removed svn ID from python files
|
2016-05-11 11:37:59 +02:00 |
Philip Eisenlohr
|
1b22b6e4ee
|
replaced variable interpolation into strings by "%" with .format() method
|
2016-03-21 10:26:30 -04:00 |
Martin Diehl
|
efde4d363d
|
changed encoding
|
2016-03-07 09:56:14 +01:00 |
Martin Diehl
|
a4bbdd5ecb
|
further commenting, removing not used variables and code (marc2vtk)
|
2016-03-04 19:06:36 +01:00 |
Martin Diehl
|
24391b5398
|
checked with prospector, adopted mainly docstrings
|
2016-03-04 17:53:55 +01:00 |
Martin Diehl
|
4fa2a58a19
|
needed to adopt to new test env (not perfect yet, but keeps things going)
|
2016-01-29 19:21:04 +01:00 |
Martin Diehl
|
37aa559bd4
|
fixed missing structure type in material.config, small changes in the other code
|
2015-12-15 14:30:17 +00:00 |
Martin Diehl
|
1f08d0fbf6
|
verbose option for compareTables, new option to filter (now before and after normalizing)
|
2015-12-11 17:23:36 +00:00 |
Martin Diehl
|
c3dc05c53a
|
continued work on test class and adopted some tests
|
2015-12-04 22:40:39 +00:00 |
Philip Eisenlohr
|
a18a1066e2
|
started to rework test class. Martin probably needs to check and continue improving on this.
|
2015-12-03 21:52:03 +00:00 |
Martin Diehl
|
4ac9ef602e
|
still trying to find a stable solution on all machines
|
2015-10-29 21:51:57 +00:00 |
Martin Diehl
|
31579b3f88
|
tolerances caused problems, introduced new funtionality based on np.allclose
|
2015-10-22 05:59:11 +00:00 |
Martin Diehl
|
61090c955d
|
removed code doubling
|
2015-10-09 05:51:58 +00:00 |
Martin Diehl
|
a29240242b
|
standard name for numpy is np
|
2015-08-12 18:32:28 +00:00 |
Martin Diehl
|
35863e0229
|
fixed averageDown and made it's test running
|
2015-08-12 13:43:05 +00:00 |
Martin Diehl
|
36caddcc24
|
adjusted to new ASCII table file handling
|
2015-08-12 12:51:47 +00:00 |
Martin Diehl
|
8985a2d7e6
|
fixed wrong position when comparing tables
|
2014-10-09 15:37:35 +00:00 |
Martin Diehl
|
033a275d82
|
a bunch of small changes. deleted compiled FFTW libraries
|
2014-10-02 21:27:03 +00:00 |
Martin Diehl
|
1333921ed5
|
improved logging
|
2014-06-18 09:03:48 +00:00 |
Martin Diehl
|
25459823ee
|
improved on test scripts to support individual parser options
|
2014-06-11 17:46:26 +00:00 |
Martin Diehl
|
07765da01a
|
fixed typo
|
2014-06-07 08:36:43 +00:00 |
Martin Diehl
|
f928d9406d
|
replaced print output by logging class for better control over output (level, screen/file)
|
2014-06-04 15:34:35 +00:00 |
Martin Diehl
|
27ffa658b6
|
corrected use of variants
|
2014-06-03 17:19:56 +00:00 |
Martin Diehl
|
41b097bbc1
|
simplified updating
|
2014-06-03 13:09:52 +00:00 |