Martin Diehl
|
30938a8278
|
correct order (brackets)
|
2020-11-05 21:38:00 +01:00 |
Martin Diehl
|
ae959b9cc2
|
allow '.' in filenames
|
2020-11-04 18:08:04 +01:00 |
Martin Diehl
|
0804e6ee74
|
pythonic names
|
2020-10-27 13:50:47 +01:00 |
Philip Eisenlohr
|
96ad358f83
|
modified file reading/writing methods to load_X, save_X formalism
|
2020-09-15 01:14:05 -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 |
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
|
51da632108
|
aiming at testing each individual statement
|
2020-08-25 07:49:56 +02:00 |
Martin Diehl
|
37f7362cbe
|
Merge branch 'development' into misc-improvements
|
2020-06-28 19:23:17 +02:00 |
Martin Diehl
|
f4d13bc810
|
binary representation depends on vtk lib version
|
2020-06-28 10:07:31 +02:00 |
Martin Diehl
|
8d5a72e936
|
more test, swich to pathlib
|
2020-06-27 23:38:58 +02:00 |
Martin Diehl
|
a69f82e7c3
|
speed up vtk out
- limit to single precision
- write in background
|
2020-06-26 11:45:54 +02:00 |
Martin Diehl
|
c67fbacfc7
|
higher test coverage
- invalid operations
- legacy output
|
2020-06-03 11:03:31 +02:00 |
Martin Diehl
|
01818cba80
|
tuples not needed for single arguments
|
2020-03-31 12:44:39 +02:00 |
Martin Diehl
|
6ef7410e5a
|
testing VTK wrappers
|
2020-03-31 11:04:06 +02:00 |