The functions in regression/functions.py reference an unscoped global (commented out at the top since initial commit -- relevant blame line). They don't appear to be used anywhere. We could move the global to a parameter easily enough, but is this perhaps dead code?
The functions in regression/functions.py reference an unscoped global (commented out at the top since initial commit -- relevant blame line). They don't appear to be used anywhere. We could move the global to a parameter easily enough, but is this perhaps dead code?