Skip to content

Commit

Permalink
Merge commit '6b02c3a'
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed Aug 30, 2016
2 parents aada7d7 + 6b02c3a commit e2fec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smop/core.py
Expand Up @@ -6,7 +6,7 @@
import __builtin__

import numpy
from numpy import sqrt,prod,exp,log,dot,multiply
from numpy import sqrt,prod,exp,log,dot,multiply,inf
from numpy.fft import fft2
from numpy.linalg import inv
from numpy.linalg import qr as _qr
Expand Down

0 comments on commit e2fec3c

Please sign in to comment.