mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
workaround for m_eff sinh in the middle of the lattice
This commit is contained in:
parent
1972f38cb9
commit
5f1fb285f5
3 changed files with 6 additions and 2 deletions
|
@ -49,9 +49,10 @@ def test_modify_correlator():
|
|||
corr.second_deriv()
|
||||
|
||||
def test_m_eff():
|
||||
my_corr = pe.correlators.Corr([pe.pseudo_Obs(10, 0.1, 't'), pe.pseudo_Obs(9, 0.05, 't')])
|
||||
my_corr = pe.correlators.Corr([pe.pseudo_Obs(10, 0.1, 't'), pe.pseudo_Obs(9, 0.05, 't'), pe.pseudo_Obs(8, 0.1, 't'), pe.pseudo_Obs(7, 0.05, 't')])
|
||||
my_corr.m_eff('log')
|
||||
my_corr.m_eff('cosh')
|
||||
my_corr.m_eff('sinh')
|
||||
|
||||
def test_utility():
|
||||
corr_content = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue