Skip to content

Commit

Permalink
Terminar prueba calib
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 16, 2019
1 parent 3d991c2 commit bca1f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pruebas/test_central/test_modelo_calib.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
class PruebaCalib(unittest.TestCase):
def test_calib(símismo):
modelo.calibrar('calib', exper, n_iter=30)
coso
valid = modelo.simular('valid', exper, calibs=['calib']).validar()
símismo.assertGreater(valid['ens'], 0.99)

@unittest.skip('implementar')
def test_calib_paráms_mód(símismo):
Expand Down

0 comments on commit bca1f4f

Please sign in to comment.