File: compile_models

package info (click to toggle)
sasmodels 0.99-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,760 kB
  • sloc: python: 22,292; ansic: 6,140; makefile: 149; sh: 91
file content (10 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python3

import logging
logging.basicConfig(level=logging.INFO)

import sasmodels.core

dll_path = 'sasmodels/compiled_models'
compiled_dlls = sasmodels.core.precompile_dlls(dll_path, dtype='double')