Changeset ea1f14d in sasmodels


Ignore:
Timestamp:
Mar 21, 2016 6:57:58 PM (8 years ago)
Author:
wojciech
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
fec69dd
Parents:
e6c1491
Message:

Polydispersity goes all way long but doesn't change parameters

Location:
sasmodels
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    r48fbd50 rea1f14d  
    237237    weights = weights.astype(dtype=kernel.dtype) 
    238238    values = values.astype(dtype=kernel.dtype) 
    239  
     239    print("kernel poly",values) 
    240240    return kernel(details, weights, values, cutoff) 
    241241 
  • sasmodels/generate.py

    re8d2276 rea1f14d  
    685685def poly_details(model_info, weights): 
    686686    print("entering poly",weights) 
     687 
    687688    print([p.name for p in model_info['parameters']]) 
    688689    pars = model_info['parameters'][2:]  # skip scale and background 
  • sasmodels/kernel_iq.c

    r5462ffb rea1f14d  
    172172      } 
    173173    } 
    174  
     174    printf("rad len %f %f\n",local_values.radius, local_values.length); 
    175175    #ifdef INVALID 
    176176    if (INVALID(local_values)) continue; 
     
    193193    } 
    194194  } 
    195    
     195 
    196196  //Makes a normalization avialable for the next round 
    197197  result[nq] = norm; 
Note: See TracChangeset for help on using the changeset viewer.