File: compile_models

package info (click to toggle)
sasmodels 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,980 kB
  • sloc: python: 25,717; ansic: 7,368; makefile: 148; sh: 63
file content (10 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (4)
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')