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():
def get_config():
"""
"""
Returns a string containing the configuration information.
Returns a string containing the configuration information.
"""
"""
import bob.extension
import bob.extension
return bob.extension.get_config(__name__)
return bob.extension.get_config(__name__)
\ No newline at end of file
Loading