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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user