Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Sendra committed Sep 1, 2020
1 parent 3c4d2db commit 0f480a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlearner/utils/params_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ParamsManager(object):
- get_params(): obtener parametros a partir del "key" especificado
- update_params(): actualizacion de los valores de un "key" especificado.
- export_params(): Escribir parametros en un archivo
- export_params(): Escribir parametros en un archivo.
"""

def __init__(self, params_file, key_read="info_json"):
Expand Down

0 comments on commit 0f480a9

Please sign in to comment.