mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
test: dirac test extended to last missing line
This commit is contained in:
parent
ec4bb39399
commit
fa7702a4ad
1 changed files with 2 additions and 0 deletions
|
@ -30,3 +30,5 @@ def test_grid_dirac():
|
|||
'SigmaYZ',
|
||||
'SigmaZT']:
|
||||
pe.dirac.Grid_gamma(gamma)
|
||||
with pytest.raises(Exception):
|
||||
pe.dirac.Grid_gamma('Not a gamma matrix')
|
||||
|
|
Loading…
Add table
Reference in a new issue