mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02: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
Add a link
Reference in a new issue