Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/direct_model.py

    r2ed7de0 rb39bf3b  
    6161    #print("in call_kernel: pars:", list(zip(*mesh))[0]) 
    6262    call_details, values, is_magnetic = make_kernel_args(calculator, mesh) 
    63     #print("in call_kernel: values:", values) 
     63    print("in call_kernel: values:", values) 
    6464    return calculator(call_details, values, cutoff, is_magnetic) 
    6565 
     
    7676    R_eff_type = int(pars.pop(RADIUS_MODE_ID, 1.0)) 
    7777    mesh = get_mesh(calculator.info, pars, dim=calculator.dim, mono=mono) 
    78     #print("in call_Fq: pars", list(zip(*mesh))[0]) 
     78    print("in call_Fq: pars", list(zip(*mesh))[0]) 
    7979    call_details, values, is_magnetic = make_kernel_args(calculator, mesh) 
    8080    #print("in call_Fq: values:", values) 
Note: See TracChangeset for help on using the changeset viewer.