Skip to content
Snippets Groups Projects
Commit 121fcaf6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[utils.checkpointer] Remove logging warning

parent 950f32f5
No related branches found
No related tags found
1 merge request!16Use pytest instead of nose
......@@ -74,7 +74,7 @@ class Checkpointer:
if f is None:
# no checkpoint could be found
logger.warn("No checkpoint found (and none passed)")
logger.warning("No checkpoint found (and none passed)")
return {}
# loads file data into memory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment