We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 395f92a + c0d9510 commit 3a33017Copy full SHA for 3a33017
1 file changed
tests/test_gridmap.py
@@ -24,7 +24,6 @@
24
25
import logging
26
27
-import gridmap
28
from gridmap import Job, process_jobs, grid_map
29
30
from nose.tools import eq_
@@ -34,8 +33,7 @@
34
33
logging.captureWarnings(True)
35
logging.basicConfig(format=('%(asctime)s - %(name)s - %(levelname)s - ' +
36
'%(message)s'), level=logging.DEBUG)
37
-logger = logging.getLogger(__name__)
38
-logger.debug('Path to gridmap: %s', gridmap)
+
39
40
def compute_factorial(n):
41
ret = 1
0 commit comments