remaning to_xx

This commit is contained in:
Martin Diehl 2020-09-18 14:29:27 +02:00
parent cdf3323774
commit e2cd3da295
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class TestOrientation:
coords = np.array([(1,i+1) for i,x in enumerate(eu)])
table = Table(eu,{'Eulers':(3,)})
table = table.add('pos',coords)
table.to_ASCII(reference)
table.write(reference)
assert np.allclose(eu,Table.load_ASCII(reference).get('Eulers'))
@pytest.mark.parametrize('lattice',Lattice.lattices)