modified the logging to comply with what is on the docs.python.org page on the logging library and how it should be used

This commit is contained in:
sm
2011-03-22 11:10:19 -06:00
parent 2c07c3ba45
commit 05d1b962fc
5 changed files with 25 additions and 32 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ import sys
import numpy as np
import itertools
from interp.tools import log
import logging
log = logging.getLogger("interp")
def get_phis(X, R):
"""