Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sasview_model.py

    rbde38b5 r300a2f7  
    115115    Load a custom model given the model path. 
    116116    """ 
     117    #print("load custom", path) 
    117118    kernel_module = custom.load_custom_kernel_module(path) 
    118119    try: 
Note: See TracChangeset for help on using the changeset viewer.