Franz Roters
|
7801f527f2
|
Merge remote-tracking branch 'origin/load-save-X-no-suffix' into development
|
2020-09-22 14:57:39 +02:00 |
Martin Diehl
|
7bdd44a3d9
|
consistent names:
default file operations: save/load, non-default save_xx/load_xx
|
2020-09-20 22:04:28 +02:00 |
Martin Diehl
|
d33507866d
|
statistically more valid test
|
2020-09-20 21:50:52 +02:00 |
Martin Diehl
|
6ab88aad2b
|
default format for Table is ASCII
hence, renamed load_ASCII/save_ASCII to load/save
|
2020-09-20 20:45:06 +02:00 |
Martin Diehl
|
5895e74029
|
p is never above 1
1e-4 is quite low, usually we are far above. 1e-3 from https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.normaltest.html
is not too far away.
|
2020-09-20 19:13:54 +02:00 |
Philip Eisenlohr
|
5b0b0de6b4
|
assertion reports offense; fixed seeds for spherical and fiber
|
2020-09-20 12:22:41 -04:00 |
Philip Eisenlohr
|
3cc319ef08
|
removed debug print statement in test_util
|
2020-09-19 14:30:58 -04:00 |
Philip Eisenlohr
|
7cbd422ae3
|
fixed coprime error when encountering NaN
|
2020-09-19 13:38:32 -04:00 |
Martin Diehl
|
6f45203c98
|
first version of a pyaml based class for material configuration
pyaml is (again) actively maintained and the ruamel.pyaml API is
instable
|
2020-09-19 13:01:19 +02:00 |
Martin Diehl
|
c42511f101
|
small polishing
|
2020-09-18 16:32:59 +02:00 |
Martin Diehl
|
1849ff0330
|
polishing
|
2020-09-18 15:03:51 +02:00 |
Martin Diehl
|
e2cd3da295
|
remaning to_xx
|
2020-09-18 14:29:27 +02:00 |
Martin Diehl
|
cdf3323774
|
Merge remote-tracking branch 'origin/development' into load-save-X
|
2020-09-18 14:21:43 +02:00 |
Martin Diehl
|
ec7dbb4c9a
|
do not store temp files
|
2020-09-18 14:21:30 +02:00 |
Martin Diehl
|
70911b64ea
|
Merge branch 'development' into texture-components-in-rotation-class2
|
2020-09-16 09:57:50 +02:00 |
Philip Eisenlohr
|
c6be6fe87f
|
fixed spherical component sampling and testing
|
2020-09-15 18:40:05 -04:00 |
Philip Eisenlohr
|
0a34e342e4
|
fixed fiber component sampling and testing
|
2020-09-15 18:14:15 -04:00 |
Martin Diehl
|
9e93e8b710
|
test for last commit
|
2020-09-15 19:59:03 +02:00 |
Martin Diehl
|
3f823ca717
|
testing general case
|
2020-09-15 14:39:05 +02:00 |
Martin Diehl
|
18c38f1284
|
polishing
|
2020-09-15 13:49:44 +02:00 |
Martin Diehl
|
2a082b7983
|
methods for texture component calculations
|
2020-09-15 12:11:46 +02:00 |
Philip Eisenlohr
|
96ad358f83
|
modified file reading/writing methods to load_X, save_X formalism
|
2020-09-15 01:14:05 -04:00 |
Martin Diehl
|
f6758ecc28
|
table class operates out of place
|
2020-09-14 07:04:01 +02:00 |
Philip Eisenlohr
|
9fb3fef4b0
|
changed British "normalise" to US "normalize" as we (should) follow US English everywhere else.
|
2020-09-08 10:39:31 -04:00 |
Philip Eisenlohr
|
a4785ba562
|
modified file writing of geom and table to a general to_file() that takes a "format=" argument
|
2020-09-03 10:53:16 -04:00 |
Philip Eisenlohr
|
d645849baf
|
fixed remnant occurrences of .write() --> .to_file()
|
2020-09-02 11:32:40 -04:00 |
Philip Eisenlohr
|
6785062a10
|
Merge branch 'development' into 'vtk-to-file-method'
# Conflicts:
# python/tests/test_VTK.py
|
2020-08-31 21:10:29 +02:00 |
Martin Diehl
|
03b02ad641
|
typos/sentence
|
2020-08-29 16:06:10 +02:00 |
Martin Diehl
|
0d5279863d
|
avoid rounding errors related to rotation
|
2020-08-27 09:33:09 +02:00 |
Martin Diehl
|
248ef8ef97
|
more tests
- invalid files
- scalar/array size,center,exponent for add_primitive
- rotation invariance for add primitive
|
2020-08-26 23:56:20 +02:00 |
Philip Eisenlohr
|
3f24d16603
|
renamed VTK.write() to VTK.to_file()
|
2020-08-26 16:15:15 -04:00 |
Martin Diehl
|
fee21cbd9c
|
more sensible tests
|
2020-08-25 17:17:49 +02:00 |
Martin Diehl
|
96d4975fc4
|
using numpy functionality
|
2020-08-25 08:34:04 +02:00 |
Martin Diehl
|
51da632108
|
aiming at testing each individual statement
|
2020-08-25 07:49:56 +02:00 |
Martin Diehl
|
2d98325fa4
|
increasing test coverage
|
2020-08-25 01:21:17 +02:00 |
Martin Diehl
|
453f5a14c5
|
duplicated test (w/o wait for parallel out)
|
2020-08-25 00:53:05 +02:00 |
Philip Eisenlohr
|
2560f014a3
|
Merge remote-tracking branch 'origin/increase-geom-test-coverage' into geom-out-of-place
|
2020-08-24 17:17:31 -04:00 |
Martin Diehl
|
9d505c8518
|
better readable
- more explicit reporting
- always relative import for DAMASK
|
2020-08-24 09:58:24 +02:00 |
Martin Diehl
|
b393da4955
|
relative imports
... it's all about damask.XXX
|
2020-08-24 07:28:10 +02:00 |
Philip Eisenlohr
|
3738002e4a
|
forgot the new reference files...
|
2020-08-23 22:27:53 -04:00 |
Philip Eisenlohr
|
446ac03b07
|
All geom methods are now out-of-place, i.e. return an updated duplicate (to allow for daisy chaining).
* Added comments when methods acted.
* Added diff method
* Added flip method
* Fixed add_primitive inversion bug (again...)
* Fixed cell centering bug in add_primitive
* Added missing tests
|
2020-08-23 19:43:46 -04:00 |
Martin Diehl
|
22da3af92e
|
cleaning (prospector complaint)
|
2020-08-24 00:44:18 +02:00 |
Martin Diehl
|
c7cbd961a1
|
more systematic monkeypatching
allows comparison of reference files (log/history does not contain
information about damask.version and datetime.datetime.now)
|
2020-08-24 00:31:38 +02:00 |
Martin Diehl
|
6f79573140
|
more test coverage
|
2020-08-23 11:05:56 +02:00 |
Martin Diehl
|
07af7b2f98
|
geom is written to vtr exlcusively, not to general vtk
base tests on vtr
|
2020-08-23 10:50:15 +02:00 |
Martin Diehl
|
975db01f31
|
microstructure -> materialpoint
at least for new functionality
|
2020-08-23 09:38:08 +02:00 |
Martin Diehl
|
b731b1e768
|
Geom.to_vtk improvements
- should be integer
- should have a test
|
2020-08-23 08:49:49 +02:00 |
Philip Eisenlohr
|
499ce01748
|
added Geom.copy() method
|
2020-08-22 13:57:31 -04:00 |
Philip Eisenlohr
|
752d6f773b
|
corrected add_primitive test
|
2020-08-09 23:14:32 +02:00 |
Martin Diehl
|
0c6ce390b5
|
simple IO tests
can be improved ...
|
2020-08-08 20:35:50 +02:00 |