CITT Dortmund läuft, Tests hinzugefügt
This commit is contained in:
@@ -34,7 +34,7 @@ def test_citt_ptmdortmund():
|
||||
res.run()
|
||||
|
||||
fit = res.fit.reset_index()
|
||||
|
||||
logger.info(fit.head())
|
||||
assert len(fit) == 5
|
||||
|
||||
m = res_dict[filename]
|
||||
@@ -42,7 +42,9 @@ def test_citt_ptmdortmund():
|
||||
for col in ['F', 's_hor_sum', 's_hor_1', 's_hor_2']:
|
||||
assert all(fit[f'fit_{col}_r2'] >= m['min_r2'])
|
||||
|
||||
sel = fit[(fit['f']==10.0) & (fit['sigma']==0.2) & (fit['T']==20.0)].iloc[0]
|
||||
|
||||
|
||||
sel = fit[(fit['f']==10.0) & (fit['T']==20.0)].iloc[0]
|
||||
|
||||
Emin = (1-m['max_diff'])*m['stiffness_10Hz']
|
||||
Emax = (1+m['max_diff'])*m['stiffness_10Hz']
|
||||
|
||||
Reference in New Issue
Block a user