Skip to content
  • line 85

    try:
        loaded_wisdom = np.load(fname)
    except FileNotFoundError:
        logging.debug("    Pyfftw : no wisdom file found, init from scratch...")
        # return, no wisdom will be imported
        return 
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment