mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
feat: explicit check for Zeuthen_flow in read_gf_coupling added.
This commit is contained in:
parent
3336ac739e
commit
d0180d7967
2 changed files with 5 additions and 0 deletions
|
@ -106,3 +106,5 @@ def test_gf_coupling():
|
|||
gf = pe.input.openQCD.read_gf_coupling(path, prefix, c=0.3)
|
||||
with pytest.raises(Exception):
|
||||
pe.input.openQCD.read_gf_coupling(path, prefix, c=0.35)
|
||||
with pytest.raises(Exception):
|
||||
pe.input.openQCD.read_gf_coupling(path, prefix, c=0.3, Zeuthen_flow=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue