Skip to content
Snippets Groups Projects

biopredict: Handle number of parallel jobs correctly

Merged Amir MOHAMMADI requested to merge predict into master
2 unresolved threads
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
import logging
logging.getLogger("tensorflow").setLevel(logging.WARNING)
def get_config():
"""
Returns a string containing the configuration information.
"""
import bob.extension
return bob.extension.get_config(__name__)
\ No newline at end of file
return bob.extension.get_config(__name__)
Loading