include more files
This commit is contained in:
parent
29933a6618
commit
b818ec6885
|
@ -0,0 +1 @@
|
|||
b1d4ed9f72a7a2a261ca4c8c7ce3ecca
|
|
@ -0,0 +1 @@
|
|||
fa58dc50516d0e31c7b84ea06728c477
|
|
@ -0,0 +1 @@
|
|||
db4278b2b1a3cd854595dd62eeef7ac4
|
|
@ -0,0 +1 @@
|
|||
e8fe1c752a781f31bd5edd79976c58d9
|
|
@ -0,0 +1 @@
|
|||
33475f722f1e39e0952cc121e6e0a59f
|
|
@ -0,0 +1 @@
|
|||
72f7ff57a40b26f1f39511259e4dbbfc
|
|
@ -0,0 +1 @@
|
|||
0861eb141de14a929e4f32aa87bba99f
|
|
@ -0,0 +1 @@
|
|||
3189b1a625401dc9fd9209e55192cab2
|
|
@ -0,0 +1 @@
|
|||
472e040094eaed7cceb6cdcc82a08e8f
|
|
@ -0,0 +1 @@
|
|||
83c0accce11142b5b0b6be7ee56c0d5a
|
|
@ -0,0 +1 @@
|
|||
06de227b18a955cb5b2ea325b4e22fc6
|
|
@ -0,0 +1 @@
|
|||
ed793b6089fda37453731d5f820581bd
|
|
@ -0,0 +1 @@
|
|||
4f85d2613aa70622a2d5f49dc8bf2eb2
|
|
@ -0,0 +1 @@
|
|||
0aca2c9895589569da20459e64ff58a2
|
|
@ -0,0 +1 @@
|
|||
878d7ae32630ec6651fffe7e1b91048d
|
|
@ -0,0 +1 @@
|
|||
9c5b55db21eec2ea0b1c784684b746b6
|
|
@ -385,7 +385,9 @@ class TestResult:
|
|||
assert np.allclose(a,b)
|
||||
|
||||
@pytest.mark.parametrize('output',['F','*',['P'],['P','F']],ids=range(4))
|
||||
@pytest.mark.parametrize('fname',['12grains6x7x8_tensionY.hdf5'],ids=range(1))
|
||||
@pytest.mark.parametrize('fname',['12grains6x7x8_tensionY.hdf5',
|
||||
'4grains2x4x3_compressionY.hdf5',
|
||||
'6grains6x7x8_single_phase_tensionY.hdf5'],ids=range(3))
|
||||
@pytest.mark.parametrize('inc',[4,0],ids=range(2))
|
||||
@pytest.mark.xfail(int(vtk.vtkVersion.GetVTKVersion().split('.')[0])<9, reason='missing "Direction" attribute')
|
||||
def test_export_vtk(self,request,tmp_path,ref_path,update,patch_execution_stamp,patch_datetime_now,output,fname,inc):
|
||||
|
|
Loading…
Reference in New Issue