https://github.com/SModelS/smodels
Raw File
Tip revision: 039609492bf4007d4635c3d09a60b00d27e15e0c authored by Andre Lessa on 09 April 2024, 23:36:21 UTC
If model is not defined in parameters.ini, the input file will be used.
Tip revision: 0396094
runSModelS.py
#!/usr/bin/env python3

from smodels.tools.runSModelS import main
main()
back to top