Changeset 910c0f4 in sasmodels
- Timestamp:
- May 24, 2018 9:09:00 AM (7 years ago)
- Branches:
- master
- Children:
- c5b059c
- Parents:
- aa25fc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/weights.py
raa25fc7 r910c0f4 247 247 for filename in sorted(glob.glob(os.path.expanduser(pattern))): 248 248 try: 249 print("loading weights from", filename)249 #print("loading weights from", filename) 250 250 module = load_custom_kernel_module(filename) 251 251 MODELS[module.Dispersion.type] = module.Dispersion
Note: See TracChangeset
for help on using the changeset viewer.