feat: Exception for gf coupling c!=0.3 added and documenation and tests

extended.
This commit is contained in:
Fabian Joswig 2022-07-11 17:14:32 +01:00
parent 5cd20f5818
commit 638ec92ab7
2 changed files with 7 additions and 0 deletions

View file

@ -104,3 +104,5 @@ def test_gf_coupling():
path = './tests//data/openqcd_test/'
prefix = 'sfqcd'
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)