Changes

Jump to navigation Jump to search
Line 690: Line 690:  
  try:
 
  try:
 
     from numpy import *
 
     from numpy import *
 +
except ImportError:
 +
    _logger.error("could not import numpy")
 +
    
For more information on allowable syntax for this block:
 
For more information on allowable syntax for this block:

Navigation menu